1{ 2 "presubmit": [ 3 { 4 "name": "PerformanceHintTests", 5 "options": [ 6 {"exclude-annotation": "org.junit.Ignore"} 7 ] 8 } 9 ], 10 "ravenwood-postsubmit": [ 11 { 12 "name": "PerformanceHintTestsRavenwood", 13 "host": true, 14 "options": [ 15 {"exclude-annotation": "android.platform.test.annotations.DisabledOnRavenwood"} 16 ] 17 } 18 ] 19} 20