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 7875ad6 commit d758f46Copy full SHA for d758f46
.github/workflows/_android.yml
@@ -30,6 +30,7 @@ jobs:
30
31
# Build LLM Demo for Android
32
export BUILD_AAR_DIR=aar-out
33
+ mkdir -p $BUILD_AAR_DIR
34
bash build/build_android_library.sh ${ARTIFACTS_DIR_NAME}
35
bash .ci/scripts/build_android_instrumentation.sh ${ARTIFACTS_DIR_NAME}
36
0 commit comments