We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ab867 commit f6ab85dCopy full SHA for f6ab85d
.ci/scripts/build_llama_android.sh
@@ -19,7 +19,7 @@ install_executorch_and_backend_lib() {
19
echo "Installing executorch and xnnpack backend"
20
clean_executorch_install_folders
21
mkdir cmake-android-out
22
- ANDROID_NDK=/opt/ndk
+ ANDROID_NDK=${ANDROID_NDK:-/opt/ndk}
23
BUCK2=buck2
24
ANDROID_ABI=arm64-v8a
25
cmake --preset llm \
0 commit comments