Home
last modified time | relevance | path

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

/build/soong/java/
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 {
80 …nc (l *HiddenAPIScope) scopeSpecificStubModule(ctx android.BaseModuleContext, name string) string {
98 func (l *HiddenAPIScope) String() string {
586 …) addStubDexJar(ctx android.ModuleContext, module android.Module, scope *HiddenAPIScope, stubDexJa…
[all …]