summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorBen Fennema <fennema@google.com>2018-01-05 15:01:46 -0800
committerBen Fennema <fennema@google.com>2018-01-09 12:54:48 -0800
commit2ea302acdf617614aa99f53082f89ad16417e9c8 (patch)
tree776e24488d680c56e7ca1cccfaaae5e8ed19c1ab /CleanSpec.mk
parent3d7428851618d6256bd57752cd6650879cb022c1 (diff)
switch to nanohub contexthub impl
Bug: 70933028 Test: verify messages still successfully passed back to contexthub service Change-Id: I231a6052c1d865dbb718a70c9f187db90a92a998 Signed-off-by: Ben Fennema <fennema@google.com>
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 7b63400e..51907b83 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -80,3 +80,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.recovery.sailfish.rc)
# Remove /system/lib[64]/vndk-sp/android.hardware.graphics.allocator@2.0.so
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/vndk-sp/android.hardware.graphics.allocator@2.0.so)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/vndk-sp/android.hardware.graphics.allocator@2.0.so)
+
+# Remove /vendor/lib[64]/hw/android.hardware.contexthub@1.0-impl.so
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib/hw/android.hardware.contexthub@1.0-impl.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib64/hw/android.hardware.contexthub@1.0-impl.so)