File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ download_aar_library() {
95
95
}
96
96
97
97
build_app () {
98
- pushd android/torchchat
98
+ pushd torchchat/edge/ android/torchchat
99
99
./gradlew :app:build
100
100
popd
101
101
}
@@ -138,7 +138,7 @@ push_files_to_android() {
138
138
}
139
139
140
140
run_android_instrumented_test () {
141
- pushd android/torchchat
141
+ pushd torchchat/edge/ android/torchchat
142
142
./gradlew connectedAndroidTest
143
143
popd
144
144
}
@@ -155,7 +155,7 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
155
155
run_android_instrumented_test
156
156
fi
157
157
158
- adb install -t android/torchchat/app/build/outputs/apk/debug/app-debug.apk
158
+ adb install -t torchchat/edge/ android/torchchat/app/build/outputs/apk/debug/app-debug.apk
159
159
160
160
if [ -z " ${CI_ENV:- } " ]; then
161
161
read -p " Press enter to exit emulator and finish"
You can’t perform that action at this time.
0 commit comments