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

Commit 9fbaca94 authored by Andreas Huber's avatar Andreas Huber
Browse files

Tag the "testid3" commandline tool as "debug-only". It doesn't need to be...

Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds.

Change-Id: I7e489af3d569015e2a93d340088e059e984f8153
related-to-bug: 2513148
parent e6335c90
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -23,6 +23,8 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_STATIC_LIBRARIES := \
LOCAL_STATIC_LIBRARIES := \
        libstagefright_id3
        libstagefright_id3


LOCAL_MODULE_TAGS := debug

LOCAL_MODULE := testid3
LOCAL_MODULE := testid3


include $(BUILD_EXECUTABLE)
include $(BUILD_EXECUTABLE)