Skip to content

Commit 6cc833a

Browse files
committed
remove android setup
1 parent 08e8722 commit 6cc833a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.ci/scripts/setup-mediatek-deps.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ install_neuropilot() {
2323
ls -lah "${MEDIATEK_INSTALLATION_DIR}"
2424
}
2525

26-
install_android() {
27-
cp ${EXECUTORCH_ROOT}/.ci/docker/common/install_android.sh install_android.sh
28-
ANDROID_NDK_VERSION=r27b ./install_android.sh
29-
rm install_android.sh
30-
}
31-
3226
setup_neuropilot() {
3327
pip3 install -r ${EXECUTORCH_ROOT}/backends/mediatek/requirements.txt
3428
pip3 install ${MEDIATEK_INSTALLATION_DIR}/mtk_neuron-8.2.13-py3-none-linux_x86_64.whl
@@ -40,7 +34,6 @@ setup_calibration_data() {
4034
tar zxvf /tmp/imagenette2-160.tgz --strip-components=1 --directory "${MEDIATEK_INSTALLATION_DIR}"
4135
}
4236

43-
install_android
4437
install_neuropilot
4538
setup_neuropilot
4639
setup_calibration_data

0 commit comments

Comments
 (0)