diff options
Diffstat (limited to 'Makefile.android')
-rw-r--r-- | Makefile.android | 1 |
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) |