summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2012-04-03 17:29:15 -0700
committerKenny Root <kroot@google.com>2012-04-04 13:04:39 -0700
commit792edf50b8cad61a82f296d6d60c09f8ca922e66 (patch)
tree21b954674ecf586fc7cf3e6450e8034bd42b7e2a /CleanSpec.mk
parent3dbd45ad335f34b56372b714e31031c4eb606c97 (diff)
downloaddevice_samsung_tuna-792edf50b8cad61a82f296d6d60c09f8ca922e66.zip
device_samsung_tuna-792edf50b8cad61a82f296d6d60c09f8ca922e66.tar.gz
device_samsung_tuna-792edf50b8cad61a82f296d6d60c09f8ca922e66.tar.bz2
Remove keystore.tuna.so from product build
The driver has a power usage bug, so remove this from the device build for now. Bug: 6277753 Change-Id: Iaa27eaafc3764fb91cd2055028979c8ea74f035f
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index cff019a..51b1305 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -50,3 +50,4 @@
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/default.prop)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/phone_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/updatecmds/migrate_nfc.txt)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/keystore.tuna.so)