Lines Matching defs:SdkLibrary
1248 type SdkLibrary struct { struct
1249 Library
1251 sdkLibraryProperties sdkLibraryProperties
1254 scopeToProperties map[*apiScope]*ApiScopeProperties
1256 commonToSdkLibraryAndImport
1258 apexSystemServerDexpreoptInstalls []DexpreopterInstall
1259 apexSystemServerDexJars android.Paths
1262 func (module *SdkLibrary) generateTestAndSystemScopesByDefault() bool {
1269 func (module *SdkLibrary) DexJarBuildPath(ctx android.ModuleErrorfContext) OptionalDexJarPath {
1277 func (module *SdkLibrary) DexJarInstallPath() android.Path {
1284 func (module *SdkLibrary) getGeneratedApiScopes(ctx android.EarlyModuleContext) apiScopes {
1334 func (module *SdkLibrary) CheckMinSdkVersion(ctx android.ModuleContext) {
1378 func (module *SdkLibrary) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
1413 func (module *SdkLibrary) DepsMutator(ctx android.BottomUpMutatorContext) {
1450 func (module *SdkLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1605 func (module *SdkLibrary) ApexSystemServerDexpreoptInstalls() []DexpreopterInstall {
1609 func (module *SdkLibrary) ApexSystemServerDexJars() android.Paths {
1613 func (module *SdkLibrary) AndroidMkEntries() []android.AndroidMkEntries {
1627 func (module *SdkLibrary) apiDistPath(apiScope *apiScope) string {
1632 …SdkLibrary) sdkVersionForStubsLibrary(mctx android.EarlyModuleContext, apiScope *apiScope) string {
1648 func (module *SdkLibrary) distStem() string {
1653 func (module *SdkLibrary) distGroup() string {
1665 func (module *SdkLibrary) latestApiFilegroupName(apiScope *apiScope) string {
1669 func (module *SdkLibrary) latestApiModuleName(apiScope *apiScope) string {
1673 func (module *SdkLibrary) latestRemovedApiFilegroupName(apiScope *apiScope) string {
1677 func (module *SdkLibrary) latestRemovedApiModuleName(apiScope *apiScope) string {
1681 func (module *SdkLibrary) latestIncompatibilitiesFilegroupName(apiScope *apiScope) string {
1685 func (module *SdkLibrary) latestIncompatibilitiesModuleName(apiScope *apiScope) string {
1693 func (module *SdkLibrary) apiLibraryAdditionalApiContribution() string {
1713 func (module *SdkLibrary) compareAgainstLatestApi(apiScope *apiScope) bool {
1718 func (m *SdkLibrary) GetDepInSameApexChecker() android.DepInSameApexChecker {
1737 func (module *SdkLibrary) UniqueApexVariations() bool {
1741 func (module *SdkLibrary) ModuleBuildFromTextStubs() bool {
1753 func (module *SdkLibrary) getApiDir() string {
1760 func (module *SdkLibrary) CreateInternalModules(mctx android.DefaultableHookContext) {
1849 func (module *SdkLibrary) InitSdkLibraryProperties() {
1859 func (module *SdkLibrary) requiresRuntimeImplementationLibrary() bool {