]> git.eshelyaron.com Git - emacs.git/commit
Optimize generated Android DEX bytecode
authorPo Lu <luangruo@yahoo.com>
Wed, 10 Apr 2024 14:33:08 +0000 (22:33 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 10 Apr 2024 20:30:52 +0000 (22:30 +0200)
commita12d6ed00e84327d4ae84c1aadc65cc0db91c006
tree43dfc8e6317b70b762ca6d25c0482ab0de785dc6
parent056d784c8fb55cd737969f5ec2bc2d77f6c4153c
Optimize generated Android DEX bytecode

* configure.ac (D8): Attempt to locate the bundle where d8 is
installed, detect whether an installation of `r8' is similarly
present, and use this installation in place of d8 if so.

* java/Makefile.in (ANDROID_MIN_SDK, IS_D8_R8): New
substitutions.
(classes.dex): Provide --min-api, --debug or --release and
--pg-conf to d8 or r8.

(cherry picked from commit ed88bed3afbc9922f020cf3a8803e08f2811e89b)
configure.ac
java/Makefile.in