diff --git a/cmds/stagefright/Android.mk b/cmds/stagefright/Android.mk index 9922be7ab6..9e15a81f59 100644 --- a/cmds/stagefright/Android.mk +++ b/cmds/stagefright/Android.mk @@ -24,9 +24,6 @@ LOCAL_MODULE_TAGS := optional LOCAL_MODULE:= stagefright -# Tag this module as a cts test artifact -LOCAL_COMPATIBILITY_SUITE := cts - include $(BUILD_EXECUTABLE) ################################################################################