Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go1069 type SdkLibrary struct { struct
1070 Library
1072 sdkLibraryProperties sdkLibraryProperties
1075 scopeToProperties map[*apiScope]*ApiScopeProperties
1077 commonToSdkLibraryAndImport
1082 func (module *SdkLibrary) generateTestAndSystemScopesByDefault() bool {
1086 func (module *SdkLibrary) getGeneratedApiScopes(ctx android.EarlyModuleContext) apiScopes {
1136 func (module *SdkLibrary) CheckMinSdkVersion(ctx android.ModuleContext) {
1170 func (module *SdkLibrary) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
1191 func (module *SdkLibrary) DepsMutator(ctx android.BottomUpMutatorContext) {
[all …]