mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-14 13:01:17 +01:00
add DEX2OATBOOTCLASSPATH environment variable
This commit is contained in:
parent
fc04a93990
commit
33def928cf
1 changed files with 1 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue