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 9b46940 commit a56ee48Copy full SHA for a56ee48
.ci/scripts/build_llama_android.sh
@@ -31,7 +31,7 @@ install_executorch_and_backend_lib() {
31
build_llama_runner() {
32
echo "Building llama runner for Android..."
33
ANDROID_ABI=arm64-v8a
34
- cmake -DBUCK2="$BUCK" \
+ cmake -DBUCK2="${BUCK2}" \
35
-DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK"/build/cmake/android.toolchain.cmake \
36
-DANDROID_ABI="${ANDROID_ABI}" \
37
-DANDROID_PLATFORM=android-23 \
0 commit comments