Skip to content

Commit 6dfa457

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
setup.sh improvements (#2858)
Summary: Use cmake-out-android to avoid mess up with cmake-out Fix comments Pull Request resolved: #2858 Reviewed By: mergennachin Differential Revision: D55778927 fbshipit-source-id: dc81c940dc765b8b437f8d40838c5ac4d203c2e7
1 parent fce75e7 commit 6dfa457

File tree

1 file changed

+2
-2
lines changed
  • examples/demo-apps/android/LlamaDemo

1 file changed

+2
-2
lines changed

examples/demo-apps/android/LlamaDemo/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
set -eu
99

10-
CMAKE_OUT="${CMAKE_OUT:-cmake-out}"
11-
# Note: Set up ANDROID_NDK, ANDROID_ABI, BUCK2, and FLATC
10+
CMAKE_OUT="${CMAKE_OUT:-cmake-out-android}"
11+
# Note: Set up ANDROID_NDK and ANDROID_ABI
1212
cmake . -DCMAKE_INSTALL_PREFIX="${CMAKE_OUT}" \
1313
-DCMAKE_TOOLCHAIN_FILE="${ANDROID_NDK}/build/cmake/android.toolchain.cmake" \
1414
-DANDROID_ABI="${ANDROID_ABI}" \

0 commit comments

Comments
 (0)