Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go875 var _ SdkLibraryComponentDependency = (*SdkLibrary)(nil)
896 type SdkLibrary struct { struct
907 var _ Dependency = (*SdkLibrary)(nil)
908 var _ SdkLibraryDependency = (*SdkLibrary)(nil)
910 func (module *SdkLibrary) generateTestAndSystemScopesByDefault() bool { argument
914 func (module *SdkLibrary) getGeneratedApiScopes(ctx android.EarlyModuleContext) apiScopes { argument
982 func (module *SdkLibrary) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument
1003 func (module *SdkLibrary) DepsMutator(ctx android.BottomUpMutatorContext) { argument
1010 func (module *SdkLibrary) OutputFiles(tag string) (android.Paths, error) { argument
1019 func (module *SdkLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
[all …]
/build/soong/apex/
Dapex.go1700 var _ javaModule = (*java.SdkLibrary)(nil)
2066 case *java.Library, *java.SdkLibrary, *java.DexImport, *java.SdkLibraryImport: