summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2012-11-22 12:15:35 -0500
committerIliyan Malchev <malchev@google.com>2012-11-29 10:47:09 -0800
commit735ceceaad0803b7fa71f962a02d5ee860b67e1f (patch)
tree4b16cffab3eb4b3e41c7b433ef1234b2f24e73f7 /CleanSpec.mk
parent8ef1e64a5a6cd10fb4087394608a94db1ee83dde (diff)
downloadmako-735ceceaad0803b7fa71f962a02d5ee860b67e1f.tar.gz
mako: enable 4-layer MDP composition
Bug: 7626586 Change-Id: I6d0d1a8195b1dcd61b282a3de526123fe9b3a288 Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 5fe7060..2516f1d 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -64,7 +64,6 @@ $(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/root/default.prop)
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/recovery/root/default.prop)
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
-
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/mako/obj/EXECUTABLES/mm-vdec-omx-test*_intermediates)
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/symbols/system/bin/mm-vdec-omx-test*)
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/bin/mm-vdec-omx-test*)
@@ -72,3 +71,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/mako/obj/EXECUTABLES/cha
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/symbols/system/bin/charger_touch)
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/bin/charger_touch)
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/obj/NOTICE_FILES/src/system/bin/charger_touch.txt)
+
+$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/root/default.prop)
+$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/recovery/root/default.prop)
+$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)