From 8614600b9db2116db1a9370c4a5ae3cfbc847be8 Mon Sep 17 00:00:00 2001 From: Oscar Azucena Date: Thu, 11 Jun 2020 14:36:41 -0700 Subject: Updated car emulator to use new soundtrigger lib. Updated car emulator to use the newly added sountrigger lib, this implements a non operational library, this safistactory as car emulators do not use the sound triggr. Bug: 157759582 Test: run car emulator, no crash or trigger issues were observed. Change-Id: I1e3f024561e53f4fdc988cd653f3c0a3d089be23 --- AndroidProducts.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidProducts.mk b/AndroidProducts.mk index ae3ca08..ff095c2 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -28,4 +28,4 @@ COMMON_LUNCH_CHOICES := \ aosp_car_x86_64-userdebug \ car_x86_64-userdebug \ -EMULATOR_VENDOR_NO_SOUND_TRIGGER := true \ No newline at end of file +EMULATOR_VENDOR_NO_SOUND_TRIGGER := false -- cgit v1.2.3