Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go947 type commonToSdkLibraryAndImport struct { struct
948 module commonSdkLibraryAndImportModule
950 scopePaths map[*apiScope]*scopePaths
952 commonSdkLibraryProperties commonToSdkLibraryAndImportProperties
955 doctagPaths android.Paths
958 EmbeddableSdkLibraryComponent
962 implLibraryHeaderJars android.Paths
966 implLibraryInfo *JavaInfo
969 func (c *commonToSdkLibraryAndImport) initCommon(module commonSdkLibraryAndImportModule) {
978 func (c *commonToSdkLibraryAndImport) initCommonAfterDefaultsApplied() bool {
[all …]