Merge "Fix emulator build."
diff --git a/Makefile.android b/Makefile.android
index e5057d0..69538b7 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -1163,7 +1163,7 @@
 LOCAL_STATIC_LIBRARIES          := emulator-uilib
 LOCAL_LDLIBS                    := $(MY_LDLIBS)
 
-LOCAL_CFLAGS := $(MY_CFLAGS) $(LOCAL_CFLAGS) $(EMULATOR_UI_CFLAGS)
+LOCAL_CFLAGS := $(MY_CFLAGS) $(LOCAL_CFLAGS) $(EMULATOR_UI_CFLAGS) $(EMULATOR_CORE_CFLAGS)
 
 # add the build ID to the default macro definitions
 LOCAL_CFLAGS += $(UI_AND_CORE_CFLAGS) -DCONFIG_STANDALONE_UI