From 91b4dfdc8801ba727a9e4a7e69c430b17bf7db4b Mon Sep 17 00:00:00 2001 From: Carter Hsu Date: Tue, 8 Feb 2022 17:33:35 +0800 Subject: [PATCH] sdm660-common: Update Audio HIDL to 7.1 Bug: 205235270 Test: build pass Signed-off-by: Carter Hsu Change-Id: Ic54e2787ef27022556430c6c1db346b1e1348e39 Signed-off-by: pix106 --- manifest.xml | 2 +- sdm660.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.xml b/manifest.xml index 6c990374..631eb66a 100755 --- a/manifest.xml +++ b/manifest.xml @@ -2,7 +2,7 @@ android.hardware.audio hwbinder - @7.0::IDevicesFactory/default + @7.1::IDevicesFactory/default android.hardware.authsecret diff --git a/sdm660.mk b/sdm660.mk index 0b350f03..0b62493b 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -77,7 +77,7 @@ PRODUCT_COPY_FILES += \ # Audio PRODUCT_PACKAGES += \ - android.hardware.audio@7.0-impl:32 \ + android.hardware.audio@7.1-impl:32 \ android.hardware.audio.effect@7.0-impl:32 \ android.hardware.audio.service \ android.hardware.soundtrigger@2.3-impl \