commit | 0dc8140afde0897deff52803cf51556c752ff5c8 | [log] [tgz] |
---|---|---|
author | Brian Lindahl <blindahl@google.com> | Wed May 15 21:48:44 2024 +0000 |
committer | Brian Lindahl <blindahl@google.com> | Wed May 15 21:48:44 2024 +0000 |
tree | 1dc5ac4a79d327127aba5820e026110b6234eec4 | |
parent | e7e84f95cee4214ef339ddf886ff46c9ea970769 [diff] [blame] |
Use fully qualified class name for DecoderRenderTest in TEST_MAPPING Change-Id: If98f9722f5a4244d5414bdeda6c16315b436b48b
diff --git a/media/TEST_MAPPING b/media/TEST_MAPPING index d388596..fd46b5b 100644 --- a/media/TEST_MAPPING +++ b/media/TEST_MAPPING
@@ -48,7 +48,7 @@ // Postsubmit tests for TV devices "tv-postsubmit": [ { - "name": "DecoderRenderTest" + "name": "android.media.decoder.cts.DecoderRenderTest" } ] }