Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go894 type SdkLibrary struct { struct
895 Library
897 sdkLibraryProperties sdkLibraryProperties
900 scopeToProperties map[*apiScope]*ApiScopeProperties
902 commonToSdkLibraryAndImport
908 func (module *SdkLibrary) generateTestAndSystemScopesByDefault() bool {
912 func (module *SdkLibrary) getGeneratedApiScopes(ctx android.EarlyModuleContext) apiScopes {
979 func (module *SdkLibrary) DepsMutator(ctx android.BottomUpMutatorContext) {
1010 func (module *SdkLibrary) OutputFiles(tag string) (android.Paths, error) {
1019 func (module *SdkLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
[all …]