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