summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-04-02 12:46:36 +0100
committerNarayan Kamath <narayan@google.com>2014-04-02 12:49:09 +0100
commit346ccaf6d7ef1ac60ff96b886cd588dcfef6aee4 (patch)
tree5d360b275640c254223cafec6333cba3a42da6ba /CleanSpec.mk
parent075828b83bd903465442dc5021004266d56e075c (diff)
downloadsystem_core-346ccaf6d7ef1ac60ff96b886cd588dcfef6aee4.zip
system_core-346ccaf6d7ef1ac60ff96b886cd588dcfef6aee4.tar.gz
system_core-346ccaf6d7ef1ac60ff96b886cd588dcfef6aee4.tar.bz2
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
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 74ec29d..0254bd2 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -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)