Home
last modified time | relevance | path

Searched refs:apiScope (Results 1 – 4 of 4) sorted by relevance

/build/soong/java/
Dhiddenapi_modular.go50 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 …]
Dbootclasspath.go232 for _, apiScope := range hiddenAPISdkLibrarySupportedScopes {
233 m[apiScope] = p.Api.Stub_libs
Dbootclasspath_fragment.go392 for _, apiScope := range hiddenAPISdkLibrarySupportedScopes {
394 scopeSpecificDependency := apiScope.scopeSpecificStubModule(ctx, additionalStubModule)
395 tag := hiddenAPIStubsDependencyTag{apiScope: apiScope, fromAdditionalDependency: true}
/build/soong/apex/
Dbootclasspath_fragment_test.go220 …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, …