From 346ccaf6d7ef1ac60ff96b886cd588dcfef6aee4 Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Wed, 2 Apr 2014 12:46:36 +0100 Subject: [PATCH] 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 --- CleanSpec.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CleanSpec.mk b/CleanSpec.mk index 74ec29d2d..0254bd272 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)