diff options
Diffstat (limited to 'android/avd')
-rw-r--r-- | android/avd/hardware-properties.ini | 2 | ||||
-rw-r--r-- | android/avd/hw-config-defs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini index 396b364..3093b16 100644 --- a/android/avd/hardware-properties.ini +++ b/android/avd/hardware-properties.ini @@ -85,7 +85,7 @@ abstract = Maximum vertical camera pixels # GPS support name = hw.gps type = boolean -default = no +default = yes abstract = GPS support description = Whether there is a GPS in the device. diff --git a/android/avd/hw-config-defs.h b/android/avd/hw-config-defs.h index d5ecae6..fd85bf2 100644 --- a/android/avd/hw-config-defs.h +++ b/android/avd/hw-config-defs.h @@ -83,7 +83,7 @@ HWCFG_INT( HWCFG_BOOL( hw_gps, "hw.gps", - "no", + "yes", "GPS support", "Whether there is a GPS in the device.") |