• Home
  • Raw
  • Download

Lines Matching defs:SdkLibraryImport

1974 type SdkLibraryImport struct {  struct
1975 android.ModuleBase
1976 android.DefaultableModuleBase
1977 prebuilt android.Prebuilt
1978 android.ApexModuleBase
1980 hiddenAPI
1981 dexpreopter
1983 properties sdkLibraryImportProperties
1986 scopeProperties map[*apiScope]*sdkLibraryScopeProperties
1988 commonToSdkLibraryAndImport
1991 dexJarFile OptionalDexJarPath
1992 dexJarFileErr error
1996 installFile android.Path
2063 func (module *SdkLibraryImport) PermittedPackagesForUpdatableBootJars() []string {
2067 func (module *SdkLibraryImport) Prebuilt() *android.Prebuilt {
2071 func (module *SdkLibraryImport) Name() string {
2075 func (module *SdkLibraryImport) BaseModuleName() string {
2079 func (module *SdkLibraryImport) createInternalModules(mctx android.DefaultableHookContext) {
2110 func (module *SdkLibraryImport) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
2127 func (module *SdkLibraryImport) DepsMutator(ctx android.BottomUpMutatorContext) {
2144 func (m *SdkLibraryImport) GetDepInSameApexChecker() android.DepInSameApexChecker {
2163 func (m *SdkLibraryImport) MinSdkVersionSupported(ctx android.BaseModuleContext) android.ApiLevel {
2167 func (module *SdkLibraryImport) UniqueApexVariations() bool {
2172 func (module *SdkLibraryImport) MinSdkVersion(ctx android.EarlyModuleContext) android.ApiLevel {
2178 func (module *SdkLibraryImport) GenerateAndroidBuildActions(ctx android.ModuleContext) {
2260 …nc (module *SdkLibraryImport) DexJarBuildPath(ctx android.ModuleErrorfContext) OptionalDexJarPath {
2277 func (module *SdkLibraryImport) DexJarInstallPath() android.Path {
2282 func (module *SdkLibraryImport) ClassLoaderContexts() dexpreopt.ClassLoaderContextMap {
2287 func (module *SdkLibraryImport) JacocoReportClassesFile() android.Path {
2296 func (module *SdkLibraryImport) Stem() string {
2303 func (module *SdkLibraryImport) HeaderJars() android.Paths {
2312 func (module *SdkLibraryImport) ImplementationAndResourcesJars() android.Paths {
2321 func (module *SdkLibraryImport) IsInstallable() bool {
2327 … (module *SdkLibraryImport) RequiredFilesFromPrebuiltApex(ctx android.BaseModuleContext) []string {
2332 func (j *SdkLibraryImport) UseProfileGuidedDexpreopt() bool {