1{ 2 "imports": [ 3 { 4 "path": "frameworks/base/core/tests/coretests/src/android/content/res" 5 }, 6 { 7 "path": "frameworks/base/core/tests/coretests/src/com/android/internal/content/res" 8 }, 9 { 10 "path": "platform_testing/libraries/screenshot" 11 } 12 ], 13 "presubmit": [ 14 { 15 "name": "CtsResourcesLoaderTests" 16 }, 17 { 18 "name": "CtsResourcesTestCases", 19 "options": [ 20 { 21 "exclude-annotation": "androidx.test.filters.FlakyTest" 22 }, 23 { 24 "exclude-annotation": "org.junit.Ignore" 25 }, 26 { 27 "include-filter": "android.content.res.cts" 28 } 29 ] 30 } 31 ] 32} 33