mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
add DEX2OATBOOTCLASSPATH environment variable
This commit is contained in:
@@ -150,6 +150,7 @@ public final class BackgroundJob {
|
||||
|
||||
// These variables are needed if running on Android 10 and higher.
|
||||
addToEnvIfPresent(environment, "ANDROID_ART_ROOT");
|
||||
addToEnvIfPresent(environment, "DEX2OATBOOTCLASSPATH");
|
||||
addToEnvIfPresent(environment, "ANDROID_I18N_ROOT");
|
||||
addToEnvIfPresent(environment, "ANDROID_RUNTIME_ROOT");
|
||||
addToEnvIfPresent(environment, "ANDROID_TZDATA_ROOT");
|
||||
|
Reference in New Issue
Block a user