Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go896 type SdkLibrary struct { struct
897 Library
899 sdkLibraryProperties sdkLibraryProperties
902 scopeToProperties map[*apiScope]*ApiScopeProperties
904 commonToSdkLibraryAndImport
910 func (module *SdkLibrary) generateTestAndSystemScopesByDefault() bool {
914 func (module *SdkLibrary) getGeneratedApiScopes(ctx android.EarlyModuleContext) apiScopes {
982 func (module *SdkLibrary) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
1003 func (module *SdkLibrary) DepsMutator(ctx android.BottomUpMutatorContext) {
1010 func (module *SdkLibrary) OutputFiles(tag string) (android.Paths, error) {
[all …]