Home
last modified time | relevance | path

Searched refs:Instrumentation_for (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Drobolectric.go50 Instrumentation_for *string member
97 if r.robolectricProperties.Instrumentation_for != nil {
98 …iationDependencies(nil, instrumentationForTag, String(r.robolectricProperties.Instrumentation_for))
307 fmt.Fprintln(w, "LOCAL_TEST_PACKAGE :=", String(r.robolectricProperties.Instrumentation_for))
Dapp.go940 Instrumentation_for *string member
967 } else if a.appTestProperties.Instrumentation_for != nil {
969 …dden := ctx.DeviceConfig().OverrideManifestPackageNameFor(*a.appTestProperties.Instrumentation_for)
1021 if a.appTestProperties.Instrumentation_for != nil {
1025 …dVariationDependencies(nil, instrumentationForTag, String(a.appTestProperties.Instrumentation_for))