]> glassweightruler.freedombox.rocks Git - waydroid.git/commit
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)
commit9009d1d9db8c8fc713cd4d7097681e9648a8ef24
tree8be015bb875776cf8374dbfa4cf7ca3b26e95c61
parentd8c700bbb8b7bd992b9fe9b43de8a2f3d8e8587f
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.
tools/helpers/lxc.py