1{ 2 "adservices-mainline-presubmit": [ 3 { 4 // This is the unit test and shared library code, which should NOT have any module apex 5 // dependency. Per suggestion from mainline Eng team, it still uses ad/ext services' tag to 6 // allow it to run on R+. 7 "name": "AdServicesSharedLibrariesUnitTests", 8 "options": [ 9 { 10 "exclude-annotation": "androidx.test.filters.FlakyTest" 11 } 12 ] 13 } 14 ], 15 "extservices-mainline-presubmit": [ 16 { 17 // This is the unit test and shared library code, which should NOT have any module apex 18 // dependency. Per suggestion from mainline Eng team, it still uses ad/ext services' tag to 19 // allow it to run on R+. 20 "name": "AdServicesSharedLibrariesUnitTests", 21 "options": [ 22 { 23 "exclude-annotation": "androidx.test.filters.FlakyTest" 24 } 25 ] 26 } 27 ], 28 "imports": [ 29 { 30 "path": "packages/modules/AdServices/adservices" 31 } 32 ] 33}