summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorKevin Rocard <krocard@google.com>2018-03-06 18:31:18 -0800
committerKevin Rocard <krocard@google.com>2018-05-10 22:25:20 +0000
commit146e238042f5cfb498144a229b76b1447eaca34d (patch)
tree20e9940dd95d39e881fae6be674a67283d553214 /CleanSpec.mk
parent26e9b0c6e75b0fb8163b37f5128f3d51f4fc72ce (diff)
Audio V4: Migrate pixel 1 to audio V4
This is needed for the microphone characteristic API support. Test: regression test on the board Bug: 38184704 Change-Id: Ife559125850277865451f92ea862e7ec47fc9da7 Merged-In: Ife559125850277865451f92ea862e7ec47fc9da7 Signed-off-by: Kevin Rocard <krocard@google.com>
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 796cb532..7a8cedf4 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -104,3 +104,6 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.drm@
# Health HAL 2.0
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.health@2.0-service)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.health@2.0-service.rc)
+
+# Remove android.hardware.audio*@2.0 implementation
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib/hw/android.hardware.audio*@2.0-impl.so)