Lines Matching defs:aaptProperties
61 type aaptProperties struct { struct
63 Aaptflags []string
67 Aapt_include_all_resources *bool
70 Assets []string `android:"path"`
75 Asset_dirs []string
80 Resource_dirs proptools.Configurable[[]string] `android:"path"`
83 Resource_zips []string `android:"path"`
86 Manifest *string `android:"path"`
89 Additional_manifests []string `android:"path"`
92 Dont_merge_manifests *bool
101 Use_resource_processor *bool
104 RROEnforcedForDependent bool `blueprint:"mutated"`
107 Filter_product *string `blueprint:"mutated"`
110 Flags_packages []string
138 aaptProperties aaptProperties member