File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2828 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool buck2
2929 export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded
3030
31+ export BUILD_AAR_DIR="$(mkdir -p aar-out)"
3132 source build/build_android_library.sh
3233 build_jar
3334 build_android_native_library "arm64-v8a"
Original file line number Diff line number Diff line change @@ -362,6 +362,7 @@ jobs:
362362 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
363363 PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
364364
365+ export BUILD_AAR_DIR="$(mkdir -p aar-out)"
365366 source build/build_android_library.sh
366367 PYTHON_EXECUTABLE=python build_jar
367368 PYTHON_EXECUTABLE=python EXECUTORCH_BUILD_QNN=ON QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 build_android_native_library "arm64-v8a"
Original file line number Diff line number Diff line change 5353 export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded
5454
5555 # Build LLM Demo for Android
56+ export BUILD_AAR_DIR="$(mkdir -p aar-out)"
5657 source build/build_android_library.sh
5758 build_jar
5859 build_android_native_library "arm64-v8a"
You can’t perform that action at this time.
0 commit comments