• Home
  • Raw
  • Download

Lines Matching defs:sdkLibraryXml

2449 type sdkLibraryXml struct {  struct
2450 android.ModuleBase
2451 android.DefaultableModuleBase
2452 android.ApexModuleBase
2454 properties sdkLibraryXmlProperties
2456 outputFilePath android.OutputPath
2457 installDirPath android.InstallPath
2459 hideApexVariantFromMake bool
2512 func (module *sdkLibraryXml) UniqueApexVariations() bool {
2519 func (module *sdkLibraryXml) BaseDir() string {
2524 func (module *sdkLibraryXml) SubDir() string {
2529 func (module *sdkLibraryXml) OutputFile() android.OutputPath {
2534 func (module *sdkLibraryXml) AvailableFor(what string) bool {
2538 func (module *sdkLibraryXml) DepsMutator(ctx android.BottomUpMutatorContext) {
2545 func (module *sdkLibraryXml) ShouldSupportSdkVersion(ctx android.BaseModuleContext,
2552 func (module *sdkLibraryXml) implPath(ctx android.ModuleContext) string {
2605 func (module *sdkLibraryXml) permissionsContents(ctx android.ModuleContext) string {
2651 func (module *sdkLibraryXml) GenerateAndroidBuildActions(ctx android.ModuleContext) {
2669 func (module *sdkLibraryXml) AndroidMkEntries() []android.AndroidMkEntries {
2689 func (module *sdkLibraryXml) selfValidate(ctx android.ModuleContext) {
2696 func (module *sdkLibraryXml) validateAtLeastTAttributes(ctx android.ModuleContext) {
2704 …ryXml) attrAtLeastT(ctx android.ModuleContext, t android.ApiLevel, attr *string, attrName string) {
2716 func (module *sdkLibraryXml) validateMinAndMaxDeviceSdk(ctx android.ModuleContext) {
2730 func (module *sdkLibraryXml) validateMinMaxDeviceSdkAndModuleMinSdk(ctx android.ModuleContext) {
2750 func (module *sdkLibraryXml) validateOnBootclasspathBeforeRequirements(ctx android.ModuleContext) {