Skip to content
Snippets Groups Projects
Commit 4eae1d0f authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Fix incremental builds

am: 596fa95f

Change-Id: Ib22dc21b4fdbfd73f9ff3ac848dfe89bfa1396d4
parents d28e0433 596fa95f
No related branches found
No related tags found
No related merge requests found
...@@ -50,3 +50,10 @@ ...@@ -50,3 +50,10 @@
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/file_contexts) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/file_contexts)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/file_contexts) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/file_contexts)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/service_contexts)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/service_contexts)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/nonplat_property_contexts)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/nonplat_property_contexts)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/plat_property_contexts)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/plat_property_contexts)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment