diff options
author | 2023-12-26 03:00:04 -0800 | |
---|---|---|
committer | 2023-12-26 11:07:38 -0800 | |
commit | a1937d6112bdc10653f4304a64ed5f29ae33373a (patch) | |
tree | fdcb5d2ae30f89babb50a4f6d4f90525996ee036 | |
parent | 91487ebd89d54aae12d0485ed321c1a4ce6f38a6 (diff) |
Add the LoudnessCodecApi tests to presubmit
Wrongfully added with ag/25575058 a new presubmit tag for the new
LoudnessCodec tests. This was reverted. Merged with the existing
presubmit tests
Test: presubmit & atest LoudnessCodecApiTest
Bug: 298463873
Change-Id: I85a2d2c92f5a0353e875d224f85230eaef79f7b1
-rw-r--r-- | media/TEST_MAPPING | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media/TEST_MAPPING b/media/TEST_MAPPING index 8f5f1f6a4794..4fbe9ee90c4c 100644 --- a/media/TEST_MAPPING +++ b/media/TEST_MAPPING @@ -48,9 +48,7 @@ {"exclude-annotation": "androidx.test.filters.FlakyTest"}, {"exclude-annotation": "org.junit.Ignore"} ] - } - ], - "postsubmit": [ + }, { "file_patterns": [ "[^/]*(LoudnessCodec)[^/]*\\.java" |