Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/tremolo" am: 0923e9ad20 am: 73c2379be3 am: cb5d69e619

Original change: https://android-review.googlesource.com/c/platform/external/tremolo/+/1588802

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I59f83477f9697b727a2e0d8af0705aa826a2fb5d
diff --git a/TEST_MAPPING b/TEST_MAPPING
index fed9cac..d58e4e0 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,6 +1,13 @@
 {
     "presubmit": [
         { "name": "oob_oggpack_look" }
+    ],
+
+    // tests which require dynamic content
+    // invoke with: atest -- --enable-module-dynamic-download=true
+    // TODO(b/148094059): unit tests not allowed to download content
+    "dynamic-presubmit": [
+        { "name": "VorbisDecoderTest" }
     ]
 }