summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-05-29 20:45:50 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-05-29 20:45:50 +0000
commit0b5b52ab2e9e41bfa78b070593d9a9c83d5ac9c2 (patch)
tree39e989f4298bddb90461439abd9e8df3ba2edfce
parente94dfc4ee12219c8d28cd4298e59b058cb5e1c2d (diff)
parent30d742971cbcd365e4c56adf0b55a22fe5742b1a (diff)
downloaddevice_generic_car-0b5b52ab2e9e41bfa78b070593d9a9c83d5ac9c2.tar.gz
device_generic_car-0b5b52ab2e9e41bfa78b070593d9a9c83d5ac9c2.tar.bz2
device_generic_car-0b5b52ab2e9e41bfa78b070593d9a9c83d5ac9c2.zip
Merge "Fixed audio service crash due to missing library." into rvc-dev
-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