aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-13 13:04:21 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-13 13:04:21 -0700
commitb3ee93a038ab992ffdda9f232befdea6ea713b24 (patch)
treef9daa9dfc16daacc67464253ec3797ba0330293c /android/avd
parentb059facee5eb498c78c573617c62cc13eddc8644 (diff)
downloadexternal_qemu-b3ee93a038ab992ffdda9f232befdea6ea713b24.zip
external_qemu-b3ee93a038ab992ffdda9f232befdea6ea713b24.tar.gz
external_qemu-b3ee93a038ab992ffdda9f232befdea6ea713b24.tar.bz2
auto import from //branches/cupcake_rel/...@138607
Diffstat (limited to 'android/avd')
-rw-r--r--android/avd/hardware-properties.ini2
-rw-r--r--android/avd/hw-config-defs.h2
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.")