From: John Grossman Date: Fri, 17 Feb 2012 16:55:18 +0000 (-0800) Subject: Attempt to fix the emulator. X-Git-Tag: android-x86-4.4-r1~1289^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1d27da7e3bc9976a48aeab881a24c633bcce72b8;p=android-x86%2Fbuild.git 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 --- diff --git a/target/product/sdk.mk b/target/product/sdk.mk index 4cb443460..2e40401d6 100644 --- a/target/product/sdk.mk +++ b/target/product/sdk.mk @@ -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