From: Alessandro Astone Date: Sun, 22 Jun 2025 10:20:26 +0000 (+0200) Subject: shell: Import CLASSPATH env that was generated by Android X-Git-Tag: 1.5.3~3 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/9009d1d9db8c8fc713cd4d7097681e9648a8ef24?hp=9009d1d9db8c8fc713cd4d7097681e9648a8ef24 shell: Import CLASSPATH env that was generated by Android 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. ---