Added -android-hw option

Change-Id: I8dac387cd43c5eff7e9b6adf0d718261d0ab8d81
diff --git a/qemu-options.hx b/qemu-options.hx
index 41a16e7..03e3be2 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1627,4 +1627,7 @@
     "-android-gui width=<width>,height=<height>,bpp=<bits per pixel>"
     " width, height, and bits per pixel for the graphic console\n")
 
+DEF("android-hw", HAS_ARG, QEMU_OPTION_android_hw, \
+    "-android-hw <file> read hardware initialization from ini file\n")
+
 #endif