summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidProducts.mk2
-rw-r--r--emulator/aosp_car_emulator.mk3
2 files changed, 3 insertions, 2 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 0270f3c..ae3ca08 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -27,3 +27,5 @@ COMMON_LUNCH_CHOICES := \
aosp_car_x86-userdebug \
aosp_car_x86_64-userdebug \
car_x86_64-userdebug \
+
+EMULATOR_VENDOR_NO_SOUND_TRIGGER := true \ No newline at end of file
diff --git a/emulator/aosp_car_emulator.mk b/emulator/aosp_car_emulator.mk
index 04f9031..5011c97 100644
--- a/emulator/aosp_car_emulator.mk
+++ b/emulator/aosp_car_emulator.mk
@@ -15,5 +15,4 @@
$(call inherit-product, device/generic/car/common/car.mk)
# This overrides device/generic/car/common/car.mk
-$(call inherit-product, device/generic/car/emulator/audio/car_emulator_audio.mk)
-
+$(call inherit-product, device/generic/car/emulator/audio/car_emulator_audio.mk) \ No newline at end of file