Home
last modified time | relevance | path

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

/build/soong/java/
Dhiddenapi_modular.go32 type HiddenAPIScope struct { struct
34 name string
37 sdkKind android.SdkKind
40 hiddenAPIListOption string
44 nonUpdatableSourceModule string
48 nonUpdatableFromTextModule string
52 nonUpdatablePrebuiltModule string
56 func initHiddenAPIScope(apiScope *HiddenAPIScope) *HiddenAPIScope {
86 …nc (l *HiddenAPIScope) scopeSpecificStubModule(ctx android.BaseModuleContext, name string) string {
107 func (l *HiddenAPIScope) String() string {
[all …]