summarylogtreecommitdiffstats
path: root/android-ndk.sh
diff options
context:
space:
mode:
authorChih-Hsuan Yen2023-09-08 00:01:32 +0800
committerChih-Hsuan Yen2023-09-08 00:01:32 +0800
commit2a0ec6d4406df187add0dd7c3fd7eabd2d76a541 (patch)
treee7425a0cb1e36236d11f684e9adcb6828a5986bd /android-ndk.sh
parent7cf8c906d65a130fffe503cb7985547fff1e4c8c (diff)
downloadaur-2a0ec6d4406df187add0dd7c3fd7eabd2d76a541.tar.gz
android-ndk: add $ANDROID_NDK_ROOT
This variable seems common enough, as it is requested twice: https://aur.archlinux.org/packages/android-ndk#comment-932606 on 2023-09-06 07:46 (UTC) https://aur.archlinux.org/packages/android-ndk#comment-640302 on 2018-03-31 16:39 (UTC)
Diffstat (limited to 'android-ndk.sh')
-rw-r--r--android-ndk.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/android-ndk.sh b/android-ndk.sh
index 85e45617a9ef..00ad3be59f8c 100644
--- a/android-ndk.sh
+++ b/android-ndk.sh
@@ -2,3 +2,5 @@ export PATH="$PATH:/opt/android-ndk"
export ANDROID_NDK=/opt/android-ndk
# Some programs such as gradle ask this as well:
export ANDROID_NDK_HOME=/opt/android-ndk
+# Some other programs like Godot wants this:
+export ANDROID_NDK_ROOT=/opt/android-ndk