Home
last modified time | relevance | path

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

/build/soong/java/
Dhiddenapi_modular.go31 type HiddenAPIScope struct { struct
33 name string
36 sdkKind android.SdkKind
39 hiddenAPIListOption string
43 nonUpdatableSourceModule string
47 nonUpdatablePrebuiltModule string
51 func initHiddenAPIScope(apiScope *HiddenAPIScope) *HiddenAPIScope {
81 …nc (l *HiddenAPIScope) scopeSpecificStubModule(ctx android.BaseModuleContext, name string) string {
99 func (l *HiddenAPIScope) String() string {
641 …) addStubDexJar(ctx android.ModuleContext, module android.Module, scope *HiddenAPIScope, stubDexJa…
[all …]