Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dsdk_library.go894 type commonToSdkLibraryAndImport struct { struct
895 module commonSdkLibraryAndImportModule
897 scopePaths map[*apiScope]*scopePaths
899 commonSdkLibraryProperties commonToSdkLibraryAndImportProperties
902 doctagPaths android.Paths
905 EmbeddableSdkLibraryComponent
909 implLibraryHeaderJars android.Paths
913 implLibraryModule *Library
916 func (c *commonToSdkLibraryAndImport) initCommon(module commonSdkLibraryAndImportModule) {
925 func (c *commonToSdkLibraryAndImport) initCommonAfterDefaultsApplied() bool {
[all …]