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 a923662 commit b36263cCopy full SHA for b36263c
examples/demo-apps/android/LlamaDemo/setup.sh
@@ -15,6 +15,7 @@ export BUILD_AAR_DIR
15
16
build_jar
17
build_android_native_library "arm64-v8a"
18
+build_android_native_library "x86_64"
19
build_aar
20
mkdir -p "$BASEDIR"/app/libs
21
cp "$BUILD_AAR_DIR/executorch.aar" "$BASEDIR"/app/libs/executorch-llama.aar
0 commit comments