1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 00:30:37 -08:00

Optimize R8 configuration

* java/org/gnu/emacs/EmacsWindowManager.java (WindowConsumer):
Mark as package-local.

* java/proguard.conf: List only symbols that must be preserved,
enabling R8 to optimize the remainder.
This commit is contained in:
Po Lu 2024-04-11 10:15:25 +08:00
parent 7720c614af
commit b9acfd7c2b
2 changed files with 35 additions and 6 deletions

View file

@ -84,7 +84,7 @@ public final class EmacsWindowManager
MANAGER = new EmacsWindowManager ();
};
public interface WindowConsumer
interface WindowConsumer
{
public void attachWindow (EmacsWindow window);
public EmacsWindow getAttachedWindow ();