summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRakesh Iyer <rni@google.com>2017-03-20 14:56:11 -0700
committerRakesh Iyer <rni@google.com>2017-03-20 14:58:37 -0700
commit8eb3e472a719874199a2304738f7feec2e91ce41 (patch)
tree275710572770abc003d2e0e4effdbf8aa09385dd
parent864556838f6fbbb74edb43b66aef125db2b2dcf5 (diff)
downloaddevice_generic_car-8eb3e472a719874199a2304738f7feec2e91ce41.tar.gz
device_generic_car-8eb3e472a719874199a2304738f7feec2e91ce41.tar.bz2
device_generic_car-8eb3e472a719874199a2304738f7feec2e91ce41.zip
Fix emulator bootloop.
Emulator was bootlooping because of missing files for the audio hal. Add the necessary lines to the build config. Test: Booted emulator. Change-Id: I879b385a539fa106a87f41e80b90085cc5429eb5
-rw-r--r--common/product/emulator.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/product/emulator.mk b/common/product/emulator.mk
index ad1faaa..9ebfaac 100644
--- a/common/product/emulator.mk
+++ b/common/product/emulator.mk
@@ -49,6 +49,8 @@ PRODUCT_PACKAGES += \
# Keymaster HAL
PRODUCT_PACKAGES += \
+ android.hardware.audio@2.0-impl \
+ android.hardware.audio.effect@2.0-impl \
android.hardware.keymaster@3.0-impl
PRODUCT_COPY_FILES += \