From 5794e94b3661a9f5860e7d14bff3f7067dbb3940 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 30 Oct 2020 21:31:19 +0200 Subject: [PATCH] define prefix and home path in ./scripts/properties.sh --- scripts/properties.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/properties.sh b/scripts/properties.sh index cc2a720f8..dc691ecef 100644 --- a/scripts/properties.sh +++ b/scripts/properties.sh @@ -12,3 +12,7 @@ else : "${ANDROID_HOME:="${HOME}/lib/android-sdk"}" : "${NDK:="${HOME}/lib/android-ndk"}" fi + +# Termux packages configuration. +TERMUX_PREFIX="/data/data/com.termux/files/usr" +TERMUX_ANDROID_HOME="/data/data/com.termux/files/home"