Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Dec 6, 2024
1 parent 40a9b23 commit 4ba1fc1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions container-session
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ container_intent () {
session_command+=" env"
session_command+=" --ignore-environment"

# android

session_command+=" ANDROID_ART_ROOT=${ANDROID_ART_ROOT}"
session_command+=" ANDROID_DATA=${ANDROID_DATA}"
session_command+=" ANDROID_I18N_ROOT=${ANDROID_I18N_ROOT}"
Expand All @@ -547,8 +549,14 @@ container_intent () {
session_command+=" BOOTCLASSPATH=${BOOTCLASSPATH}"
session_command+=" DEX2OATBOOTCLASSPATH=${DEX2OATBOOTCLASSPATH}"

# termux

session_command+=" PREFIX=${PREFIX}"
session_command+=" TERMUX_BINARIES=${PREFIX}/bin"
session_command+=" TERMUX_VERSION=${TERMUX_VERSION}"

# container

session_command+=" PATH=${PATH}:${CONTAINER_PATH}"
session_command+=" COLORTERM=${COLORTERM}"
session_command+=" DISPLAY=${DISPLAY}"
Expand Down

0 comments on commit 4ba1fc1

Please sign in to comment.