aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2012-05-18 20:11:09 -0700
committerJoe Onorato <joeo@google.com>2012-08-15 19:52:43 -0700
commit3f01713eee06bd4cff28fccda4be63d2b642fbcc (patch)
tree1e24fb5e4c56c156084ac872c67436f29f581e66 /Makefile.android
parentad6f89698fa8b7a39c9a2251d18ad99859fc7b8a (diff)
downloadexternal_qemu-3f01713eee06bd4cff28fccda4be63d2b642fbcc.zip
external_qemu-3f01713eee06bd4cff28fccda4be63d2b642fbcc.tar.gz
external_qemu-3f01713eee06bd4cff28fccda4be63d2b642fbcc.tar.bz2
host modules don't need LOCAL_MODULE_TAGS
Change-Id: I4b18a564adeedac5cb0b51f7a8c8f793638e6671
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.android b/Makefile.android
index 435b295..1f91b64 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -158,7 +158,6 @@ start-emulator-library = \
$(eval LOCAL_CFLAGS := $(MY_CFLAGS)) \
$(eval LOCAL_AR := $(MY_AR)) \
$(eval LOCAL_LDLIBS := $(MY_LDLIBS)) \
- $(eval LOCAL_MODULE_TAGS := debug) \
$(eval LOCAL_MODULE := $1) \
$(eval LOCAL_MODULE_CLASS := STATIC_LIBRARIES)