Lines Matching defs:SdkLibrary
143 type SdkLibrary struct { struct
144 Library
146 sdkLibraryProperties sdkLibraryProperties
148 publicApiStubsPath android.Paths
149 systemApiStubsPath android.Paths
150 testApiStubsPath android.Paths
152 publicApiStubsImplPath android.Paths
153 systemApiStubsImplPath android.Paths
154 testApiStubsImplPath android.Paths
156 publicApiFilePath android.Path
157 systemApiFilePath android.Path
158 testApiFilePath android.Path
164 func (module *SdkLibrary) DepsMutator(ctx android.BottomUpMutatorContext) {
184 func (module *SdkLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
222 func (module *SdkLibrary) AndroidMk() android.AndroidMkData {
284 func (module *SdkLibrary) stubsName(apiScope apiScope) string {
296 func (module *SdkLibrary) docsName(apiScope apiScope) string {
308 func (module *SdkLibrary) implName() string {
313 func (module *SdkLibrary) implPath() string {
326 func (module *SdkLibrary) xmlFileName() string {
333 func (module *SdkLibrary) sdkVersion(apiScope apiScope) string {
349 func (module *SdkLibrary) apiTagName(apiScope apiScope) string {
360 func (module *SdkLibrary) latestApiFilegroupName(apiScope apiScope) string {
374 func (module *SdkLibrary) latestRemovedApiFilegroupName(apiScope apiScope) string {
389 …nc (module *SdkLibrary) createStubsLibrary(mctx android.TopDownMutatorContext, apiScope apiScope) {
448 func (module *SdkLibrary) createDocs(mctx android.TopDownMutatorContext, apiScope apiScope) {
547 func (module *SdkLibrary) createXmlFile(mctx android.TopDownMutatorContext) {
606 func (module *SdkLibrary) PrebuiltJars(ctx android.BaseContext, sdkVersion string) android.Paths {
630 func (module *SdkLibrary) SdkHeaderJars(ctx android.BaseContext, sdkVersion string) android.Paths {
646 …dule *SdkLibrary) SdkImplementationJars(ctx android.BaseContext, sdkVersion string) android.Paths {
661 func (module *SdkLibrary) SetNoDist() {
684 func (module *SdkLibrary) createInternalModules(mctx android.TopDownMutatorContext) {
744 func (module *SdkLibrary) InitSdkLibraryProperties() {