Home
last modified time | relevance | path

Searched defs:HiddenAPIScope (Results 1 – 1 of 1) sorted by relevance

/aosp12/build/soong/java/
H A Dhiddenapi_modular.go30 type HiddenAPIScope struct { struct
32 name string
35 sdkKind android.SdkKind
38 hiddenAPIListOption string
42 nonUpdatableSourceModule string
46 nonUpdatablePrebuiltModule string
50 func initHiddenAPIScope(apiScope *HiddenAPIScope) *HiddenAPIScope {
586 …) addStubDexJar(ctx android.ModuleContext, module android.Module, scope *HiddenAPIScope, stubDexJa…
660 func (s StubDexJarsByModule) StubDexJarsForScope(scope *HiddenAPIScope) android.Paths {