aboutsummaryrefslogtreecommitdiffstats
path: root/android/main.c
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-04-19 13:48:26 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-19 13:48:26 -0700
commit6c6413d40ea9b8a658f4f1f2fa7303736fd156c6 (patch)
tree187ff45ac506b484153874505aca50cb33c92755 /android/main.c
parent88078b8875dab47abf9fe80488503f60d9835eaf (diff)
parent689d1147b1994be1d8e33ee4d1a8ec76742bb4a6 (diff)
downloadexternal_qemu-6c6413d40ea9b8a658f4f1f2fa7303736fd156c6.zip
external_qemu-6c6413d40ea9b8a658f4f1f2fa7303736fd156c6.tar.gz
external_qemu-6c6413d40ea9b8a658f4f1f2fa7303736fd156c6.tar.bz2
Merge "Fix skin issue when launching emulator from tree."
Diffstat (limited to 'android/main.c')
-rw-r--r--android/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/main.c b/android/main.c
index 561428b..51d481c 100644
--- a/android/main.c
+++ b/android/main.c
@@ -319,6 +319,9 @@ int main(int argc, char **argv)
opts->skindir = skinDir;
D("autoconfig: -skindir %s", opts->skindir);
+
+ /* update the avd hw config from this new skin */
+ avdInfo_getSkinHardwareIni(avd, opts->skin, opts->skindir);
}
/* Read hardware configuration */