aboutsummaryrefslogtreecommitdiffstats
path: root/android/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/main.c')
-rw-r--r--android/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/main.c b/android/main.c
index 64314b0..acc91e6 100644
--- a/android/main.c
+++ b/android/main.c
@@ -1020,8 +1020,7 @@ int main(int argc, char **argv)
/* physical memory is now in hw->hw_ramSize */
- args[n++] = "-android-avdname";
- args[n++] = (char*) avdInfo_getName(avd);
+ hw->avd_name = ASTRDUP(avdInfo_getName(avd));
/* Set up the interfaces for inter-emulator networking */
if (opts->shared_net_id) {