summaryrefslogtreecommitdiff
path: root/media/tests
diff options
context:
space:
mode:
author Ronald Braunstein <rbraunstein@google.com> 2024-09-11 04:18:32 +0000
committer Ronald Braunstein <rbraunstein@google.com> 2024-09-11 17:35:34 +0000
commit809a2ebe4e16e51bbcd1d4f86c72321fac529f0b (patch)
treef727c600459c6d16be41eacde73f791c0529fd60 /media/tests
parentf06da9bd2ef6348888eb716dabeec389da1d8eb7 (diff)
Batch creation of test_module_config entries in frameworks/base
go/test-module-config This change only creates new names for existing tests. A follow-up CL will adjust TEST_MAPPING files to use these names. Where appropriate, minor changes to the .bp file were made to fix missing test_suites. Flag: TEST_ONLY Test: These do not affect anything yet. Change-Id: Iab1b96fd7b3d49f29e573817bd9be805741a9cad
Diffstat (limited to 'media/tests')
-rw-r--r--media/tests/LoudnessCodecApiTest/Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/media/tests/LoudnessCodecApiTest/Android.bp b/media/tests/LoudnessCodecApiTest/Android.bp
index 5ca0fc9661c2..5d1153d93b4f 100644
--- a/media/tests/LoudnessCodecApiTest/Android.bp
+++ b/media/tests/LoudnessCodecApiTest/Android.bp
@@ -25,3 +25,10 @@ android_test {
resource_dirs: ["res"],
test_suites: ["device-tests"],
}
+
+test_module_config {
+ name: "LoudnessCodecApiTest_Presubmit",
+ base: "LoudnessCodecApiTest",
+ test_suites: ["device-tests"],
+ include_annotations: ["android.platform.test.annotations.Presubmit"],
+}