aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd/hardware-properties.ini
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-03-01 14:58:23 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-03-01 16:09:13 +0100
commit53eb66db4eba72d2e4fc951456be725e14243f25 (patch)
treefa55aa1c310db2b48cc49bbbc3dc2c5e76e5097a /android/avd/hardware-properties.ini
parent143a7553845c11028f867eb3f3e2f10c66b591c6 (diff)
downloadexternal_qemu-53eb66db4eba72d2e4fc951456be725e14243f25.zip
external_qemu-53eb66db4eba72d2e4fc951456be725e14243f25.tar.gz
external_qemu-53eb66db4eba72d2e4fc951456be725e14243f25.tar.bz2
Move AVD name initialization to the core.
Use a hardware property to send the AVD name to the core. The -android-avdname core option is still supported though. Change-Id: I4daac5c9fb65ed5261b5c04c1e1a18daed057a3f
Diffstat (limited to 'android/avd/hardware-properties.ini')
-rw-r--r--android/avd/hardware-properties.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini
index 5ecfcc4..6b5caae 100644
--- a/android/avd/hardware-properties.ini
+++ b/android/avd/hardware-properties.ini
@@ -276,3 +276,11 @@ type = string
default =
abstract = Path to snapshot storage
description = Path to a 'snapshot storage' file, where all snapshots are stored.
+
+# Android AVD name
+# This is set automatically before launching a core.
+#
+name = avd.name
+type = string
+default = <build>
+abstract = Name of the AVD being run