blob: 343d08a8aa19ce09fcada8c750a09ea8b539d927 [file] [log] [blame]
Ray Essick7a9b0042020-11-29 11:20:26 -08001// mappings for frameworks/av/media/libstagefright/codecs/amrnb
2{
3 // tests which require dynamic content
4 // invoke with: atest -- --enable-module-dynamic-download=true
5 // TODO(b/148094059): unit tests not allowed to download content
6 "dynamic-presubmit": [
7 { "name": "AmrnbDecoderTest"},
8 { "name": "AmrnbEncoderTest"}
9 ]
10}