• Home
  • Raw
  • Download

Lines Matching defs:sdkLibraryXml

2643 type sdkLibraryXml struct {  struct
2644 android.ModuleBase
2645 android.DefaultableModuleBase
2646 android.ApexModuleBase
2648 properties sdkLibraryXmlProperties
2650 outputFilePath android.OutputPath
2651 installDirPath android.InstallPath
2653 hideApexVariantFromMake bool
2706 func (module *sdkLibraryXml) UniqueApexVariations() bool {
2713 func (module *sdkLibraryXml) BaseDir() string {
2718 func (module *sdkLibraryXml) SubDir() string {
2723 func (module *sdkLibraryXml) OutputFile() android.OutputPath {
2728 func (module *sdkLibraryXml) AvailableFor(what string) bool {
2732 func (module *sdkLibraryXml) DepsMutator(ctx android.BottomUpMutatorContext) {
2739 func (module *sdkLibraryXml) ShouldSupportSdkVersion(ctx android.BaseModuleContext,
2746 func (module *sdkLibraryXml) implPath(ctx android.ModuleContext) string {
2799 func (module *sdkLibraryXml) permissionsContents(ctx android.ModuleContext) string {
2845 func (module *sdkLibraryXml) GenerateAndroidBuildActions(ctx android.ModuleContext) {
2863 func (module *sdkLibraryXml) AndroidMkEntries() []android.AndroidMkEntries {
2883 func (module *sdkLibraryXml) selfValidate(ctx android.ModuleContext) {
2890 func (module *sdkLibraryXml) validateAtLeastTAttributes(ctx android.ModuleContext) {
2898 …ryXml) attrAtLeastT(ctx android.ModuleContext, t android.ApiLevel, attr *string, attrName string) {
2910 func (module *sdkLibraryXml) validateMinAndMaxDeviceSdk(ctx android.ModuleContext) {
2924 func (module *sdkLibraryXml) validateMinMaxDeviceSdkAndModuleMinSdk(ctx android.ModuleContext) {
2944 func (module *sdkLibraryXml) validateOnBootclasspathBeforeRequirements(ctx android.ModuleContext) {