Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go1048 type SdkLibrary struct { struct
1049 Library
1051 sdkLibraryProperties sdkLibraryProperties
1054 scopeToProperties map[*apiScope]*ApiScopeProperties
1056 commonToSdkLibraryAndImport
1061 func (module *SdkLibrary) generateTestAndSystemScopesByDefault() bool {
1065 func (module *SdkLibrary) getGeneratedApiScopes(ctx android.EarlyModuleContext) apiScopes {
1133 func (module *SdkLibrary) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
1154 func (module *SdkLibrary) DepsMutator(ctx android.BottomUpMutatorContext) {
1188 func (module *SdkLibrary) OutputFiles(tag string) (android.Paths, error) {
[all …]