aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-22 20:57:47 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-10-22 20:57:47 -0700
commit79949d6df58f424c1d9c6526457d5760eb3c2c83 (patch)
treebf75fe5b4e289a20f7b8431ab8b416fce615bb5a /Makefile.android
parentf5392475b80a9c6dfa609ee197c2f9a476240732 (diff)
downloadexternal_qemu-79949d6df58f424c1d9c6526457d5760eb3c2c83.zip
external_qemu-79949d6df58f424c1d9c6526457d5760eb3c2c83.tar.gz
external_qemu-79949d6df58f424c1d9c6526457d5760eb3c2c83.tar.bz2
Fix emulator build.
Change-Id: I87f1695d61654a09ef40fa883cbc73acd59ac4c8
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.android b/Makefile.android
index e5057d0..69538b7 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -1163,7 +1163,7 @@ LOCAL_MODULE := emulator-ui
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