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 7f5a06b commit 9adac0cCopy full SHA for 9adac0c
.ci/scripts/setup-samsung-linux-deps.sh
@@ -31,7 +31,7 @@ download_ai_lite_core() {
31
32
install_enn_backend() {
33
NDK_INSTALLATION_DIR=/opt/ndk
34
- rm -rf "${NDK_INSTALLATION_DIR}" && mkdir -p "${NDK_INSTALLATION_DIR}"
+ rm -rf "${NDK_INSTALLATION_DIR}" && sudo mkdir -p "${NDK_INSTALLATION_DIR}"
35
ANDROID_NDK_VERSION=r27b
36
37
pushd .
@@ -41,7 +41,7 @@ install_enn_backend() {
41
42
# Print the content for manual verification
43
ls -lah "android-ndk-${ANDROID_NDK_VERSION}"
44
- mv "android-ndk-${ANDROID_NDK_VERSION}"/* "${NDK_INSTALLATION_DIR}"
+ sudo mv "android-ndk-${ANDROID_NDK_VERSION}"/* "${NDK_INSTALLATION_DIR}"
45
popd
46
# build Exynos backend
47
export ANDROID_NDK_ROOT=${ANDROID_NDK_ROOT:-/opt/ndk}
0 commit comments