Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1fffa24 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Remove "LOCAL_MODULE_TAGS := debug" for stagefright tests

Change-Id: I53815d2f6d7dfe7eebb26c3802eb3d195244aab1
parent dcb614cd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -19,10 +19,6 @@ LOCAL_C_INCLUDES:= \

LOCAL_CFLAGS += -Wno-multichar

ifneq (true,$(ANDROID_BUILD_EMBEDDED))
LOCAL_MODULE_TAGS := debug
endif

LOCAL_MODULE:= stagefright

include $(BUILD_EXECUTABLE)
+0 −8
Original line number Diff line number Diff line
@@ -64,8 +64,6 @@ LOCAL_SHARED_LIBRARIES:= \

LOCAL_MODULE:= wfd

LOCAL_MODULE_TAGS := debug

include $(BUILD_EXECUTABLE)

################################################################################
@@ -87,8 +85,6 @@ LOCAL_SHARED_LIBRARIES:= \

LOCAL_MODULE:= udptest

LOCAL_MODULE_TAGS := debug

include $(BUILD_EXECUTABLE)

################################################################################
@@ -110,8 +106,6 @@ LOCAL_SHARED_LIBRARIES:= \

LOCAL_MODULE:= rtptest

LOCAL_MODULE_TAGS := debug

include $(BUILD_EXECUTABLE)

################################################################################
@@ -133,6 +127,4 @@ LOCAL_SHARED_LIBRARIES:= \

LOCAL_MODULE:= nettest

LOCAL_MODULE_TAGS := debug

include $(BUILD_EXECUTABLE)