Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Dsdk_library.go1048 type SdkLibrary struct { struct
1059 var _ SdkLibraryDependency = (*SdkLibrary)(nil)
1267 func (module *SdkLibrary) distStem() string {
1272 func (module *SdkLibrary) distGroup() string {
1567 func (module *SdkLibrary) UniqueApexVariations() bool {
1669 func (module *SdkLibrary) getApiDir() string {
1758 func (module *SdkLibrary) InitSdkLibraryProperties() {
1772 func (module *SdkLibrary) defaultsToStubs() bool {
1824 module := &SdkLibrary{}
2479 _, ok := module.(*SdkLibrary)
[all …]
H A Dbase.go586 if _, ok := javaDep.(*SdkLibrary); ok {
/aosp12/build/soong/apex/
H A Dapex.go1496 var _ javaModule = (*java.SdkLibrary)(nil)
1724 case *java.Library, *java.SdkLibrary, *java.DexImport, *java.SdkLibraryImport, *java.Import:
1930 case *java.Library, *java.SdkLibrary:
1945 case *java.Library, *java.SdkLibrary: