Skip to content

Commit 887b536

Browse files
committed
Update
1 parent 41d7014 commit 887b536

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/_android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
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"

.github/workflows/android-perf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/android-release-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
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"

0 commit comments

Comments
 (0)