Loading cleanspec.mk +1 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/EnhancedGoogleSearchProvider.apk) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST Loading Loading
cleanspec.mk +1 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/EnhancedGoogleSearchProvider.apk) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST Loading