Clean generated java files since framework intermediates has partially moved.

Change-Id: I89dea945e1c931e26985a6af7bf54ede93d2ee33
This commit is contained in:
Amith Yamasani 2013-07-18 18:48:32 -07:00
parent f771d64bcb
commit 6b812201ef

View file

@ -181,6 +181,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*)
# Clean up around the /system/app -> /system/priv-app migration
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*)
# Clean up old location of generated Java files from aidl
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************