• Home
  • Raw
  • Download

Lines Matching defs:SdkLibrary

1048 type SdkLibrary struct {  struct
1049 Library
1051 sdkLibraryProperties sdkLibraryProperties
1054 scopeToProperties map[*apiScope]*ApiScopeProperties
1056 commonToSdkLibraryAndImport
1061 func (module *SdkLibrary) generateTestAndSystemScopesByDefault() bool {
1065 func (module *SdkLibrary) getGeneratedApiScopes(ctx android.EarlyModuleContext) apiScopes {
1133 func (module *SdkLibrary) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
1154 func (module *SdkLibrary) DepsMutator(ctx android.BottomUpMutatorContext) {
1188 func (module *SdkLibrary) OutputFiles(tag string) (android.Paths, error) {
1197 func (module *SdkLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1233 func (module *SdkLibrary) AndroidMkEntries() []android.AndroidMkEntries {
1246 func (module *SdkLibrary) apiDistPath(apiScope *apiScope) string {
1251 …SdkLibrary) sdkVersionForStubsLibrary(mctx android.EarlyModuleContext, apiScope *apiScope) string {
1267 func (module *SdkLibrary) distStem() string {
1272 func (module *SdkLibrary) distGroup() string {
1276 func (module *SdkLibrary) latestApiFilegroupName(apiScope *apiScope) string {
1280 func (module *SdkLibrary) latestRemovedApiFilegroupName(apiScope *apiScope) string {
1284 func (module *SdkLibrary) latestIncompatibilitiesFilegroupName(apiScope *apiScope) string {
1302 func (module *SdkLibrary) createImplLibrary(mctx android.DefaultableHookContext) {
1334 … (module *SdkLibrary) createStubsLibrary(mctx android.DefaultableHookContext, apiScope *apiScope) {
1401 …id.DefaultableHookContext, apiScope *apiScope, name string, scopeSpecificDroidstubsArgs []string) {
1558 func (module *SdkLibrary) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module) bool {
1567 func (module *SdkLibrary) UniqueApexVariations() bool {
1572 func (module *SdkLibrary) createXmlFile(mctx android.DefaultableHookContext) {
1623 …sdkJars(ctx android.BaseModuleContext, sdkVersion android.SdkSpec, headerJars bool) android.Paths {
1652 …dkLibrary) SdkHeaderJars(ctx android.BaseModuleContext, sdkVersion android.SdkSpec) android.Paths {
1657 …y) SdkImplementationJars(ctx android.BaseModuleContext, sdkVersion android.SdkSpec) android.Paths {
1669 func (module *SdkLibrary) getApiDir() string {
1676 func (module *SdkLibrary) CreateInternalModules(mctx android.DefaultableHookContext) {
1758 func (module *SdkLibrary) InitSdkLibraryProperties() {
1768 func (module *SdkLibrary) requiresRuntimeImplementationLibrary() bool {
1772 func (module *SdkLibrary) defaultsToStubs() bool {