Lines Matching defs:commonToSdkLibraryAndImport
894 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 {
940 func (c *commonToSdkLibraryAndImport) uniqueApexVariations() bool {
947 …commonToSdkLibraryAndImport) generateCommonBuildActions(ctx android.ModuleContext) SdkLibraryInfo {
988 func (module *commonToSdkLibraryAndImport) setOutputFiles(ctx android.ModuleContext) {
1011 func (c *commonToSdkLibraryAndImport) getScopePathsCreateIfNeeded(scope *apiScope) *scopePaths {
1024 func (c *commonToSdkLibraryAndImport) findScopePaths(scope *apiScope) *scopePaths {
1034 func (c *commonToSdkLibraryAndImport) findClosestScopePath(scope *apiScope) *scopePaths {
1064 func (c *commonToSdkLibraryAndImport) sdkComponentPropertiesForChildLibrary() interface{} {
1084 func (c *commonToSdkLibraryAndImport) sharedLibrary() bool {
1089 func (c *commonToSdkLibraryAndImport) stubLibrariesCompiledForDex() bool {
1201 commonToSdkLibraryAndImport anonMember
1902 commonToSdkLibraryAndImport anonMember