Lines Matching defs:commonToSdkLibraryAndImport
947 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 {
993 func (c *commonToSdkLibraryAndImport) uniqueApexVariations() bool {
1000 …commonToSdkLibraryAndImport) generateCommonBuildActions(ctx android.ModuleContext) SdkLibraryInfo {
1041 func (module *commonToSdkLibraryAndImport) setOutputFiles(ctx android.ModuleContext) {
1064 func (c *commonToSdkLibraryAndImport) getScopePathsCreateIfNeeded(scope *apiScope) *scopePaths {
1077 func (c *commonToSdkLibraryAndImport) findScopePaths(scope *apiScope) *scopePaths {
1087 func (c *commonToSdkLibraryAndImport) findClosestScopePath(scope *apiScope) *scopePaths {
1117 func (c *commonToSdkLibraryAndImport) sdkComponentPropertiesForChildLibrary() interface{} {
1137 func (c *commonToSdkLibraryAndImport) sharedLibrary() bool {
1142 func (c *commonToSdkLibraryAndImport) stubLibrariesCompiledForDex() bool {
1256 commonToSdkLibraryAndImport anonMember
1988 commonToSdkLibraryAndImport anonMember