Skip to content

Commit

Permalink
fix ci.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklandsign committed Jun 5, 2024
1 parent e72e7e7 commit 7a6580f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/test_android_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build_android_demo_app() {

build_android_llama_demo_app() {
mkdir -p examples/demo-apps/android/LlamaDemo/app/libs
cp executorch.aar examples/demo-apps/android/LlamaDemo/app/libs
cp executorch-llama.aar examples/demo-apps/android/LlamaDemo/app/libs
pushd examples/demo-apps/android/LlamaDemo
ANDROID_HOME=/opt/android/sdk ./gradlew build
ANDROID_HOME=/opt/android/sdk ./gradlew assembleAndroidTest
Expand Down

0 comments on commit 7a6580f

Please sign in to comment.