Merge "Fix ARM assembler to work with clang's as." am: c2d40e53e5 am: 16873a6b40 am: 5943036c6e

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

Change-Id: I76f38674e7dbf8de77f05f2b44f2050e39000778
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" }
     ]
 }