sdm660-common: Enabling sound trigger V2_2 for sdm660 targets

V2_2 has the same functionality as V2_1 except it adds one new
api, getModelState.
Note: V2_1 will be removed in a subsequent cl.
Test: built android and tested using SoundTriggerTestApp
Bug: 70206501
Change-Id: Id2647687732e79df252588d69f95d2a407e0092c
This commit is contained in:
mike dooley 2018-12-18 20:29:02 +01:00 committed by Max Weffers
parent 64d07e8da3
commit 4c4eb539fb
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
2 changed files with 2 additions and 2 deletions

View file

@ -255,7 +255,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<hal format="hidl">
<name>android.hardware.soundtrigger</name>
<transport>hwbinder</transport>
<version>2.1</version>
<version>2.2</version>
<interface>
<name>ISoundTriggerHw</name>
<instance>default</instance>

View file

@ -117,7 +117,7 @@ PRODUCT_PACKAGES += \
android.hardware.audio@2.0-service \
android.hardware.audio.effect@5.0-impl:32 \
android.hardware.audio.effect@2.0-service \
android.hardware.soundtrigger@2.1-impl:32 \
android.hardware.soundtrigger@2.2-impl:32 \
audio.a2dp.default \
audio_amplifier.sdm660 \
audio.primary.sdm660 \