Add CleanSpec for zygote changes.
default.prop is generated out of several makefile variables, and it isn't possible to neatly express a dependency on those variables (except perhaps by adding every possible makefile that could define them to the deps list). Change-Id: I93ea45c956aa22922f2389f735c058700621f674
This commit is contained in:
parent
075828b83b
commit
346ccaf6d7
|
@ -51,3 +51,5 @@
|
|||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/reboot)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/default.prop)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/default.prop)
|
||||
|
|
Loading…
Reference in New Issue