am eda684a2: am a6b495ce: Clean frameworks after replacing IDropBox.aidl with IDropBoxService.aidl, which causes some build confusion with dependencies and Parcelables and so on.

Merge commit 'eda684a2666a98d38e7620b59ffd4e335a4f27f6'

* commit 'eda684a2666a98d38e7620b59ffd4e335a4f27f6':
  Clean frameworks after replacing IDropBox.aidl with
This commit is contained in:
Dan Egnor 2009-10-29 01:34:38 -07:00 committed by Android Git Automerger
commit 2b738b4d15
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST