Lines Matching refs:SdkLibrary

1017 var _ SdkLibraryComponentDependency = (*SdkLibrary)(nil)
1048 type SdkLibrary struct { struct
1059 var _ SdkLibraryDependency = (*SdkLibrary)(nil)
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 func (module *SdkLibrary) sdkVersionForStubsLibrary(mctx android.EarlyModuleContext, apiScope *apiS…
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 func (module *SdkLibrary) createStubsLibrary(mctx android.DefaultableHookContext, apiScope *apiScop…
1401 func (module *SdkLibrary) createStubsSourcesAndApi(mctx android.DefaultableHookContext, apiScope *a…
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 func (module *SdkLibrary) sdkJars(ctx android.BaseModuleContext, sdkVersion android.SdkSpec, header…
1652 func (module *SdkLibrary) SdkHeaderJars(ctx android.BaseModuleContext, sdkVersion android.SdkSpec) …
1657 func (module *SdkLibrary) SdkImplementationJars(ctx android.BaseModuleContext, sdkVersion android.S…
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 {
1824 module := &SdkLibrary{}
2479 _, ok := module.(*SdkLibrary)
2532 sdk := variant.(*SdkLibrary)