summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2011-09-09 13:37:56 -0700
committerIliyan Malchev <malchev@google.com>2011-09-09 14:05:47 -0700
commit51b7403cb7fd69599aecede92bb179f05e89376c (patch)
tree3fb096d72492ffb2fa5337d8e6f3a7d12e0a9cc5 /CleanSpec.mk
parent9b981b1785b6758b2dc8b147587188e5cf0d893d (diff)
downloadhardware_ti_omap4xxx-51b7403cb7fd69599aecede92bb179f05e89376c.zip
hardware_ti_omap4xxx-51b7403cb7fd69599aecede92bb179f05e89376c.tar.gz
hardware_ti_omap4xxx-51b7403cb7fd69599aecede92bb179f05e89376c.tar.bz2
omap4xxx: hasta la vista, libtimemmgr
Change-Id: Ib2e253090258299ec21f9f17e1763be8bf3cc1dc Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 9450dc7..17342da 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -53,3 +53,8 @@ $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "lib*cameraadapter*" -p
$(call add-clean-step, find $(PRODUCT_OUT) -type f -name "libcamera.so" -print0 | xargs -0 rm -f)
$(call add-clean-step, find $(PRODUCT_OUT) -type d -name "libcamera_intermediates" -print0 | xargs -0 rm -rf)
$(call add-clean-step, find $(PRODUCT_OUT) -type d -name "lib*cameraadapter_intermediates" -print0 | xargs -0 rm -rf)
+
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/system/lib/libtimemmgr.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libtimemmgr.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/libtimemmgr.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libtimemmgr_intermediates)