diff options
Diffstat (limited to 'android/avd/hardware-properties.ini')
-rw-r--r-- | android/avd/hardware-properties.ini | 8 |
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 |