Skip to content

Commit 10ec29f

Browse files
committed
Add to run install android script
1 parent 6375007 commit 10ec29f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

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

26+
install_android() {
27+
copy ../docker/common/install_android.sh install_android.sh
28+
./install_android.sh
29+
rm install_android.sh
30+
}
31+
2632
setup_neuropilot() {
2733
pip3 install -r ${EXECUTORCH_ROOT}/backends/mediatek/requirements.txt
2834
pip3 install ${MEDIATEK_INSTALLATION_DIR}/mtk_neuron-8.2.13-py3-none-linux_x86_64.whl
@@ -34,6 +40,7 @@ setup_calibration_data() {
3440
tar zxvf /tmp/imagenette2-160.tgz --strip-components=1 --directory "${MEDIATEK_INSTALLATION_DIR}"
3541
}
3642

43+
install_android
3744
install_neuropilot
3845
setup_neuropilot
3946
setup_calibration_data

0 commit comments

Comments
 (0)