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

Fix incremental builds am: 596fa95f

am: 4eae1d0f

Change-Id: I226bf6132c3d9ebf012b12efe3d744ac1e470b2b
parents c2bd29bd 4eae1d0f
No related branches found
No related tags found
No related merge requests found
......@@ -50,3 +50,10 @@
$(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)/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