aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-09-20 12:19:11 +0200
committerDavid 'Digit' Turner <digit@android.com>2010-09-20 12:19:11 +0200
commitd95fd13dd91ac19fac44f690b91b8749d4a84899 (patch)
tree9b8d2cadce02f903e211879c0c8e38448dfff027 /Makefile.android
parentc34e8dccc303243ff996aadcf3d7e407bb74e536 (diff)
downloadexternal_qemu-d95fd13dd91ac19fac44f690b91b8749d4a84899.zip
external_qemu-d95fd13dd91ac19fac44f690b91b8749d4a84899.tar.gz
external_qemu-d95fd13dd91ac19fac44f690b91b8749d4a84899.tar.bz2
Fix Makefile by adding mandatory user tags.
The build system now requires a LOCAL_MODULE_TAGS definition in each Android.mk Change-Id: I080a721224dcf6cb24fa2a803a52dcfe7f626cd6
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android
index 998459d..0c61efb 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -1147,6 +1147,7 @@ ifeq ($(CONFIG_STATIC_EXECUTABLE),true)
endif
LOCAL_MODULE := qemu-android
+LOCAL_MODULE_TAGS := debug
include $(BUILD_HOST_EXECUTABLE)