From 680ab2effbbac8f3eeb7791e4554bf9b37834b72 Mon Sep 17 00:00:00 2001 From: bohu Date: Wed, 13 Dec 2017 21:29:26 -0800 Subject: [PATCH] emulator: disable location service So that watchdog does not reboot the system because location service is not responding. This is just to get emulator images booting on aosp. BUG: 70378659 Change-Id: I81277208e6b9f92bb56c11b072a1f108ea964bb7 Merged-In: I81277208e6b9f92bb56c11b072a1f108ea964bb7 --- target/product/emulator.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/target/product/emulator.mk b/target/product/emulator.mk index cc946ca72..0f33f3860 100644 --- a/target/product/emulator.mk +++ b/target/product/emulator.mk @@ -131,3 +131,9 @@ PRODUCT_PACKAGE_OVERLAYS := device/generic/goldfish/overlay PRODUCT_CHARACTERISTICS := emulator PRODUCT_FULL_TREBLE_OVERRIDE := true + + +#watchdog tiggers reboot because location service is not +#responding, disble it for now +PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ +config.disable_location=true