Lines Matching defs:SdkLibrary
1193 type SdkLibrary struct { struct
1194 Library
1196 sdkLibraryProperties sdkLibraryProperties
1199 scopeToProperties map[*apiScope]*ApiScopeProperties
1201 commonToSdkLibraryAndImport
1203 builtInstalledForApex []dexpreopterInstall
1206 func (module *SdkLibrary) generateTestAndSystemScopesByDefault() bool {
1213 func (module *SdkLibrary) DexJarBuildPath(ctx android.ModuleErrorfContext) OptionalDexJarPath {
1221 func (module *SdkLibrary) DexJarInstallPath() android.Path {
1228 func (module *SdkLibrary) getGeneratedApiScopes(ctx android.EarlyModuleContext) apiScopes {
1278 func (module *SdkLibrary) CheckMinSdkVersion(ctx android.ModuleContext) {
1322 func (module *SdkLibrary) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
1357 func (module *SdkLibrary) DepsMutator(ctx android.BottomUpMutatorContext) {
1394 func (module *SdkLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1530 func (module *SdkLibrary) BuiltInstalledForApex() []dexpreopterInstall {
1534 func (module *SdkLibrary) AndroidMkEntries() []android.AndroidMkEntries {
1548 func (module *SdkLibrary) apiDistPath(apiScope *apiScope) string {
1553 …SdkLibrary) sdkVersionForStubsLibrary(mctx android.EarlyModuleContext, apiScope *apiScope) string {
1569 func (module *SdkLibrary) distStem() string {
1574 func (module *SdkLibrary) distGroup() string {
1586 func (module *SdkLibrary) latestApiFilegroupName(apiScope *apiScope) string {
1590 func (module *SdkLibrary) latestApiModuleName(apiScope *apiScope) string {
1594 func (module *SdkLibrary) latestRemovedApiFilegroupName(apiScope *apiScope) string {
1598 func (module *SdkLibrary) latestRemovedApiModuleName(apiScope *apiScope) string {
1602 func (module *SdkLibrary) latestIncompatibilitiesFilegroupName(apiScope *apiScope) string {
1606 func (module *SdkLibrary) latestIncompatibilitiesModuleName(apiScope *apiScope) string {
1614 func (module *SdkLibrary) apiLibraryAdditionalApiContribution() string {
1634 func (module *SdkLibrary) compareAgainstLatestApi(apiScope *apiScope) bool {
1639 func (module *SdkLibrary) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module) bool {
1651 func (module *SdkLibrary) UniqueApexVariations() bool {
1655 func (module *SdkLibrary) ModuleBuildFromTextStubs() bool {
1667 func (module *SdkLibrary) getApiDir() string {
1674 func (module *SdkLibrary) CreateInternalModules(mctx android.DefaultableHookContext) {
1763 func (module *SdkLibrary) InitSdkLibraryProperties() {
1773 func (module *SdkLibrary) requiresRuntimeImplementationLibrary() bool {