Skip to content

Commit

Permalink
add DEX2OATBOOTCLASSPATH environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Pliushch committed Jun 19, 2020
1 parent 504089f commit 55e142c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/termux/app/BackgroundJob.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ static String[] buildEnvironment(boolean failSafe, String cwd) {

// 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");
Expand Down

0 comments on commit 55e142c

Please sign in to comment.