Skip to content

Commit 481516a

Browse files
committed
Remove unused lines in build_android_library.sh
1 parent c925fe0 commit 481516a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/build_android_library.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ build_android_native_library() {
6565
fi
6666
cmake --build "${CMAKE_OUT}" -j "${CMAKE_JOBS}" --target install --config "${EXECUTORCH_CMAKE_BUILD_TYPE}"
6767

68-
# Update tokenizers submodule
69-
pushd extension/llm/tokenizers
70-
echo "Update tokenizers submodule"
71-
git submodule update --init
72-
popd
7368
cmake extension/android \
7469
-DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake \
7570
-DANDROID_ABI="${ANDROID_ABI}" \

0 commit comments

Comments
 (0)