diff options
Diffstat (limited to 'android/avd/hw-config-defs.h')
-rw-r--r-- | android/avd/hw-config-defs.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/android/avd/hw-config-defs.h b/android/avd/hw-config-defs.h index c3e0a77..3d3ba5e 100644 --- a/android/avd/hw-config-defs.h +++ b/android/avd/hw-config-defs.h @@ -129,6 +129,13 @@ HWCFG_BOOL( "SD Card support", "Whether the device supports insertion/removal of virtual SD Cards.") +HWCFG_STRING( + hw_sdCard_path, + "hw.sdCard.path", + "", + "SD Card image path", + "") + HWCFG_BOOL( disk_cachePartition, "disk.cachePartition", @@ -262,13 +269,6 @@ HWCFG_STRING( "Path to snapshots", "Path to a 'snapshot storage' file, where all snapshots are stored, including the default snapshot.") -HWCFG_STRING( - disk_sdCard_path, - "disk.sdCard.path", - "", - "Path to SD Card image file", - "Path to SD Card image file. Ignored if disk.sdCard is not set to 'yes'.") - #undef HWCFG_INT #undef HWCFG_BOOL #undef HWCFG_DISKSIZE |