Home
last modified time | relevance | path

Searched defs:DexProperties (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/soong/java/
H A Ddex.go28 type DexProperties struct { struct
30 Compile_dex *bool
33 Dxflags []string `android:"arch_variant"`
36 Main_dex_rules []string `android:"path"`
38 Optimize struct {
90 Uncompress_dex *bool
93 Exclude_kotlinc_generated_files *bool
97 No_dex_container *bool
118 func (d *DexProperties) resourceShrinkingEnabled(ctx android.ModuleContext) bool {
122 func (d *DexProperties) optimizedResourceShrinkingEnabled(ctx android.ModuleContext) bool {