• Home
  • Raw
  • Download

Lines Matching refs:SdkLibrary

46 	SyspropJavaModule() *SdkLibrary
143 type SdkLibrary struct { struct
161 var _ Dependency = (*SdkLibrary)(nil)
162 var _ SdkLibraryDependency = (*SdkLibrary)(nil)
164 func (module *SdkLibrary) DepsMutator(ctx android.BottomUpMutatorContext) { argument
184 func (module *SdkLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
222 func (module *SdkLibrary) AndroidMk() android.AndroidMkData { argument
284 func (module *SdkLibrary) stubsName(apiScope apiScope) string { argument
296 func (module *SdkLibrary) docsName(apiScope apiScope) string { argument
308 func (module *SdkLibrary) implName() string { argument
313 func (module *SdkLibrary) implPath() string { argument
326 func (module *SdkLibrary) xmlFileName() string { argument
333 func (module *SdkLibrary) sdkVersion(apiScope apiScope) string { argument
349 func (module *SdkLibrary) apiTagName(apiScope apiScope) string { argument
360 func (module *SdkLibrary) latestApiFilegroupName(apiScope apiScope) string { argument
374 func (module *SdkLibrary) latestRemovedApiFilegroupName(apiScope apiScope) string { argument
389 func (module *SdkLibrary) createStubsLibrary(mctx android.TopDownMutatorContext, apiScope apiScope)… argument
448 func (module *SdkLibrary) createDocs(mctx android.TopDownMutatorContext, apiScope apiScope) { argument
547 func (module *SdkLibrary) createXmlFile(mctx android.TopDownMutatorContext) { argument
606 func (module *SdkLibrary) PrebuiltJars(ctx android.BaseContext, sdkVersion string) android.Paths { argument
630 func (module *SdkLibrary) SdkHeaderJars(ctx android.BaseContext, sdkVersion string) android.Paths { argument
646 func (module *SdkLibrary) SdkImplementationJars(ctx android.BaseContext, sdkVersion string) android… argument
661 func (module *SdkLibrary) SetNoDist() { argument
677 if module, ok := mctx.Module().(*SdkLibrary); ok {
684 func (module *SdkLibrary) createInternalModules(mctx android.TopDownMutatorContext) { argument
744 func (module *SdkLibrary) InitSdkLibraryProperties() { argument
758 module := &SdkLibrary{}