1// mappings for frameworks/av/media/libstagefright/codecs/m4v_h263 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 8 // the decoder reports something bad about an unexpected newline in the *config file 9 // and the config file looks like the AndroidTest.xml file that we put in there. 10 // I don't get this from the Encoder -- and I don't see any substantive difference 11 // between decode and encode AndroidTest.xml files -- except that encode does NOT 12 // finish with a newline. 13 // strange. 14 { "name": "Mpeg4H263DecoderTest"}, 15 { "name": "Mpeg4H263EncoderTest"} 16 17 ] 18} 19