diff options
author | 2024-09-11 04:18:32 +0000 | |
---|---|---|
committer | 2024-09-11 17:35:34 +0000 | |
commit | 809a2ebe4e16e51bbcd1d4f86c72321fac529f0b (patch) | |
tree | f727c600459c6d16be41eacde73f791c0529fd60 /media/tests | |
parent | f06da9bd2ef6348888eb716dabeec389da1d8eb7 (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.bp | 7 |
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"], +} |