OSDN Git Service

Clean frameworks after replacing IDropBox.aidl with
authorDan Egnor <egnor@google.com>
Wed, 28 Oct 2009 01:46:27 +0000 (18:46 -0700)
committerDan Egnor <egnor@google.com>
Wed, 28 Oct 2009 23:25:47 +0000 (16:25 -0700)
IDropBoxService.aidl, which causes some build confusion
with dependencies and Parcelables and so on.

(Will be checked in immediately after the change in question)

cleanspec.mk

index ba85378..ea6c75d 100644 (file)
@@ -103,6 +103,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