Merge "emulator: disable location service"
am: d9ee7467fd
Change-Id: Ic4ff286f53ebba8fd295d825361b8cc0fc4547d6
This commit is contained in:
commit
02ade23601
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