diff options
author | Joe Onorato <joeo@google.com> | 2012-05-18 20:11:09 -0700 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2012-08-15 19:52:43 -0700 |
commit | 3f01713eee06bd4cff28fccda4be63d2b642fbcc (patch) | |
tree | 1e24fb5e4c56c156084ac872c67436f29f581e66 | |
parent | ad6f89698fa8b7a39c9a2251d18ad99859fc7b8a (diff) | |
download | external_qemu-3f01713eee06bd4cff28fccda4be63d2b642fbcc.zip external_qemu-3f01713eee06bd4cff28fccda4be63d2b642fbcc.tar.gz external_qemu-3f01713eee06bd4cff28fccda4be63d2b642fbcc.tar.bz2 |
host modules don't need LOCAL_MODULE_TAGS
Change-Id: I4b18a564adeedac5cb0b51f7a8c8f793638e6671
-rw-r--r-- | Makefile.android | 1 | ||||
-rw-r--r-- | Makefile.target | 2 |
2 files changed, 0 insertions, 3 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) diff --git a/Makefile.target b/Makefile.target index dcf9a80..4d8c2fd 100644 --- a/Makefile.target +++ b/Makefile.target @@ -373,8 +373,6 @@ LOCAL_CFLAGS += $(HW_OBJ_CFLAGS) LOCAL_SRC_FILES += $(BLOCK_SOURCES) LOCAL_CFLAGS += $(BLOCK_CFLAGS) -LOCAL_MODULE_TAGS := debug - $(call end-emulator-program) ############################################################################## |