diff options
author | David Turner <> | 2009-03-26 04:12:23 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-26 04:12:23 -0700 |
commit | 84adcaa1435d78778250b819763429dc332c7b44 (patch) | |
tree | 3429250a67c6f3000edd3739360c0e7ca50c20e9 /android/avd | |
parent | eef8d85e91a28678d710458f57defe242b522da3 (diff) | |
download | external_qemu-84adcaa1435d78778250b819763429dc332c7b44.zip external_qemu-84adcaa1435d78778250b819763429dc332c7b44.tar.gz external_qemu-84adcaa1435d78778250b819763429dc332c7b44.tar.bz2 |
Automated import from //branches/cupcake/...@142901,142901
Diffstat (limited to 'android/avd')
-rw-r--r-- | android/avd/info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/avd/info.c b/android/avd/info.c index 2f0e5a9..11c5d19 100644 --- a/android/avd/info.c +++ b/android/avd/info.c @@ -1355,6 +1355,7 @@ avdInfo_getHwConfig( AvdInfo* i, AndroidHwConfig* hw ) iniFile_free(ini); /* special product-specific hardware configuration */ + if (i->androidOut != NULL) { char* p = strrchr(i->androidOut, '/'); if (p != NULL && p[0] != 0) { |