Home
last modified time | relevance | path

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

/build/soong/java/
Drobolectric.go49 Instrumentation_for *string member
92 if r.robolectricProperties.Instrumentation_for != nil {
93 …iationDependencies(nil, instrumentationForTag, String(r.robolectricProperties.Instrumentation_for))
295 fmt.Fprintln(w, "LOCAL_TEST_PACKAGE :=", String(r.robolectricProperties.Instrumentation_for))
Dapp.go1021 Instrumentation_for *string member
1047 } else if a.appTestProperties.Instrumentation_for != nil {
1049 …dden := ctx.DeviceConfig().OverrideManifestPackageNameFor(*a.appTestProperties.Instrumentation_for)
1100 if a.appTestProperties.Instrumentation_for != nil {
1104 …dVariationDependencies(nil, instrumentationForTag, String(a.appTestProperties.Instrumentation_for))