Skip to content

Commit e433e61

Browse files
authored
[build Folder Migration] Move build/build_android_instrumentation.sh (#9383)
### Summary A series of diffs as a part of #9117. ### Test plan CI
1 parent d46623e commit e433e61

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/_android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Build LLM Demo for Android
3232
export BUILD_AAR_DIR=aar-out
3333
bash build/build_android_library.sh ${ARTIFACTS_DIR_NAME}
34-
bash build/build_android_instrumentation.sh ${ARTIFACTS_DIR_NAME}
34+
bash .ci/scripts/build_android_instrumentation.sh ${ARTIFACTS_DIR_NAME}
3535
3636
mkdir -p ${ARTIFACTS_DIR_NAME}/fp32-xnnpack-custom
3737
bash ".ci/scripts/test_llama.sh" -model stories110M -build_tool cmake -dtype fp16 -mode portable -upload ${ARTIFACTS_DIR_NAME}/fp32-xnnpack-custom

0 commit comments

Comments
 (0)