From 79949d6df58f424c1d9c6526457d5760eb3c2c83 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Fri, 22 Oct 2010 20:57:47 -0700 Subject: Fix emulator build. Change-Id: I87f1695d61654a09ef40fa883cbc73acd59ac4c8 --- Makefile.android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1