Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6893e1c7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Additional TEST_MAPPING files" am: 4f745b37

parents 6f66a3bd 4f745b37
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
// mappings for frameworks/av/media/module/esds
{
  // 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": "ESDSTest" }
  ]
}
+9 −0
Original line number Diff line number Diff line
// mappings for frameworks/av/media/module/metadatautils
{
  // 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": "MetaDataUtilsTest" }
  ]
}