Win SDK: Fix missing emulator icon

History: It had been inadvertedly removed by the makefile reorg done
in aff94b88c4ec057f20950d5e7a88b90cc4d97dce.

SDK Bug: 21709

Change-Id: Icd147a1edb363e1ccbee2c3cade4ed34beceeeff
diff --git a/Makefile.target b/Makefile.target
index e8a41f4..5b4ec5f 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -432,6 +432,11 @@
 $(call gen-hx-header,qemu-monitor.hx,qemu-monitor.h,monitor.c)
 $(call gen-hx-header,qemu-options.hx,qemu-options.def,vl-android.c qemu-options.h)
 $(call gen-hw-config-defs)
+
+ifeq ($(HOST_OS),windows)
+$(eval $(call insert-windows-icon))
+endif
+
 $(call end-emulator-program)
 
 
@@ -455,3 +460,4 @@
     $(call end-emulator-program)
   endif # BUILD_STANDALONE_EMULATOR == nil
 endif # HOST_OS == linux
+