Skip to content

Commit b36263c

Browse files
committed
Build x86_64 as well
1 parent a923662 commit b36263c

File tree

1 file changed

+1
-0
lines changed
  • examples/demo-apps/android/LlamaDemo

1 file changed

+1
-0
lines changed

examples/demo-apps/android/LlamaDemo/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export BUILD_AAR_DIR
1515

1616
build_jar
1717
build_android_native_library "arm64-v8a"
18+
build_android_native_library "x86_64"
1819
build_aar
1920
mkdir -p "$BASEDIR"/app/libs
2021
cp "$BUILD_AAR_DIR/executorch.aar" "$BASEDIR"/app/libs/executorch-llama.aar

0 commit comments

Comments
 (0)