diff options
Diffstat (limited to 'android/avd/hw-config-defs.h')
-rw-r--r-- | android/avd/hw-config-defs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/android/avd/hw-config-defs.h b/android/avd/hw-config-defs.h index e2def30..0ab1f0f 100644 --- a/android/avd/hw-config-defs.h +++ b/android/avd/hw-config-defs.h @@ -269,6 +269,13 @@ HWCFG_STRING( "Path to snapshot storage", "Path to a 'snapshot storage' file, where all snapshots are stored.") +HWCFG_STRING( + avd_name, + "avd.name", + "<build>", + "Name of the AVD being run", + "") + #undef HWCFG_INT #undef HWCFG_BOOL #undef HWCFG_DISKSIZE |