]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
shell: Import CLASSPATH env that was generated by Android
authorAlessandro Astone <ales.astone@gmail.com>
Sun, 22 Jun 2025 10:20:26 +0000 (12:20 +0200)
committerAlessandro Astone <ales.astone@gmail.com>
Sun, 22 Jun 2025 10:20:26 +0000 (12:20 +0200)
The *CLASSPATH* environment variables change with every Android version.
We can get the correct values by peeking at /data/system/environ/classpath
inside the container, where Android has dumped the values we need.

Keep a static BOOTCLASSPATH value from Android 11 as a fallback.


No differences found