Searched refs:apiScope (Results 1 – 4 of 4) sorted by relevance
/build/soong/java/ |
D | hiddenapi_modular.go | 50 func initHiddenAPIScope(apiScope *HiddenAPIScope) *HiddenAPIScope { 51 sdkKind := apiScope.sdkKind 65 apiScope.nonUpdatableSourceModule = fmt.Sprintf("%s.stubs%s", nonUpdatableModule, insert) 72 apiScope.nonUpdatablePrebuiltModule = prebuiltModuleName(nonUpdatableModule, kindAsString) 75 return apiScope 175 apiScope *HiddenAPIScope member 271 for _, apiScope := range hiddenAPIScopes { 272 modules := apiScopeToStubLibModules[apiScope] 273 ctx.AddDependency(module, hiddenAPIStubsDependencyTag{apiScope: apiScope}, modules...) 326 for _, apiScope := range hiddenAPIFlagScopes { [all …]
|
D | bootclasspath.go | 232 for _, apiScope := range hiddenAPISdkLibrarySupportedScopes { 233 m[apiScope] = p.Api.Stub_libs
|
D | bootclasspath_fragment.go | 392 for _, apiScope := range hiddenAPISdkLibrarySupportedScopes { 394 scopeSpecificDependency := apiScope.scopeSpecificStubModule(ctx, additionalStubModule) 395 tag := hiddenAPIStubsDependencyTag{apiScope: apiScope, fromAdditionalDependency: true}
|
/build/soong/apex/ |
D | bootclasspath_fragment_test.go | 220 …checkAPIScopeStubs := func(message string, info java.HiddenAPIInfo, apiScope *java.HiddenAPIScope,… 222 paths := info.TransitiveStubDexJarsByScope.StubDexJarsForScope(apiScope) 223 …android.AssertPathsRelativeToTopEquals(t, fmt.Sprintf("%s %s", message, apiScope), expectedPaths, …
|