Capture existing tests into TEST_MAPPING
Some tests are disabled due to infrastructure limitations.
Some existing tests do not pass.
Bug: 144649738
Test: atest
Test: atest -- --enable-module-dynamic-download=true
Change-Id: I32b4233df0f635e9d4ad738b61a5138d9b370f0a
(cherry picked from commit f867ca75800c3cfc42953af21c201420ec9e4efe)
Merged-In: I32b4233df0f635e9d4ad738b61a5138d9b370f0a
diff --git a/media/codec2/sfplugin/tests/Android.bp b/media/codec2/sfplugin/tests/Android.bp
index 8d1a9c3..5c774a2 100644
--- a/media/codec2/sfplugin/tests/Android.bp
+++ b/media/codec2/sfplugin/tests/Android.bp
@@ -1,5 +1,6 @@
cc_test {
name: "ccodec_unit_test",
+ test_suites: ["device-tests"],
srcs: [
"CCodecBuffers_test.cpp",
@@ -43,6 +44,7 @@
cc_test {
name: "mc_sanity_test",
+ test_suites: ["device-tests"],
srcs: [
"MediaCodec_sanity_test.cpp",