Attempt to fix the emulator.
I failed to add the default HAL for the new local_time HAL to the emulator build. Emulator experts have advised me that this is the correct place to do so; hopefully it will fix the emulator's startup. See bug 6029440 Change-Id: Ib0ab8a226628105c72ffcf7ae511d390630ea045
This commit is contained in:
parent
6b960d2d59
commit
1d27da7e3b
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ PRODUCT_PACKAGES += \
|
|||
# audio libraries.
|
||||
PRODUCT_PACKAGES += \
|
||||
audio.primary.goldfish \
|
||||
audio_policy.default
|
||||
audio_policy.default \
|
||||
local_time.default
|
||||
|
||||
PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
|
||||
|
||||
|
|
Loading…
Reference in a new issue