summaryrefslogtreecommitdiff
path: root/media/tests
diff options
context:
space:
mode:
author Ronald Braunstein <rbraunstein@google.com> 2024-09-05 00:42:20 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-09-05 00:42:20 +0000
commit5f4246e59dbf5080605e7b242a570789a5c27a43 (patch)
tree50e20830b6e47f29727f45182abf06272f5bf223 /media/tests
parente0b411a401dcd54ab13dd01f7ff46382c91ecba0 (diff)
parente743afebbb3083d9e07128041ecb14ab560b21d1 (diff)
Merge "Create a new test_module_config entries for TEST_MAPPING options" into main am: e3a5bb9d61 am: e743afebbb
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3250400 Change-Id: I9db169e27c8c5ee30887a086f672918273163eec Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'media/tests')
-rw-r--r--media/tests/AudioPolicyTest/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/media/tests/AudioPolicyTest/Android.bp b/media/tests/AudioPolicyTest/Android.bp
index 3dc2a0a9fd7c..43b1a355334a 100644
--- a/media/tests/AudioPolicyTest/Android.bp
+++ b/media/tests/AudioPolicyTest/Android.bp
@@ -24,3 +24,11 @@ android_test {
resource_dirs: ["res"],
test_suites: ["device-tests"],
}
+
+test_module_config {
+ name: "audiopolicytest_audiopolicytest_audiopolicydeathtest_Presubmit",
+ base: "audiopolicytest",
+ test_suites: ["device-tests"],
+ include_filters: ["com.android.audiopolicytest.AudioPolicyDeathTest"],
+ include_annotations: ["android.platform.test.annotations.Presubmit"],
+}