diff options
Diffstat (limited to 'java/dex.go')
-rw-r--r-- | java/dex.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/dex.go b/java/dex.go index 054a1766b..644594037 100644 --- a/java/dex.go +++ b/java/dex.go @@ -42,6 +42,7 @@ var r8 = pctx.AndroidStaticRule("r8", `rm -f "$outDict" && ` + `${config.R8Cmd} -injars $in --output $outDir ` + `--force-proguard-compatibility ` + + `--no-data-resources ` + `-printmapping $outDict ` + `$dxFlags $r8Flags && ` + `touch "$outDict" && ` + |