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
This commit is contained in:
parent
973301af79
commit
680ab2effb
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue