Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b812201 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Clean generated java files since framework intermediates has partially moved.

Change-Id: I89dea945e1c931e26985a6af7bf54ede93d2ee33
parent f771d64b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
# ************************************************