aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-06-15 16:46:32 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-06-15 18:07:11 -0700
commitd81e6d1ce722d7e561d495bbd4b137e728e25b83 (patch)
tree4278fc975f104bd5af5673a5075e21aa2de60755 /Makefile.android
parente3c83b5e03f7c7af930b2e954a8a44a21f115fc9 (diff)
downloadexternal_qemu-d81e6d1ce722d7e561d495bbd4b137e728e25b83.zip
external_qemu-d81e6d1ce722d7e561d495bbd4b137e728e25b83.tar.gz
external_qemu-d81e6d1ce722d7e561d495bbd4b137e728e25b83.tar.bz2
Pass core-specific options to emulator core as cmd-line options.
Change-Id: I7ed897ca92c1344505f982897e2f59cc68c42d89
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.android b/Makefile.android
index 58fc4ff..7e3099f 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -508,6 +508,11 @@ TELEPHONY_SOURCES := android_modem.c modem_driver.c gsm.c sim_card.c sysdeps_qem
LOCAL_SRC_FILES += $(TELEPHONY_SOURCES:%=telephony/%)
EMULATOR_CORE_CFLAGS += -I$(LOCAL_PATH)/telephony
+# include android related stuff
+#
+ANDROID_SOURCES := qemu-setup.c
+LOCAL_SRC_FILES += $(ANDROID_SOURCES:%=android/%)
+
LOCAL_CFLAGS := $(MY_CFLAGS) $(LOCAL_CFLAGS) $(EMULATOR_CORE_CFLAGS)
include $(BUILD_HOST_STATIC_LIBRARY)
@@ -684,7 +689,6 @@ VL_SOURCES := vl-android.c osdep.c cutils.c \
android/hw-sensors.c \
android/keycode.c \
android/main.c \
- android/qemu-setup.c \
android/qemulator.c \
android/resource.c \
android/user-config.c \