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 7bcdb0e commit 4d993d9Copy full SHA for 4d993d9
build/test_android_ci.sh
@@ -45,9 +45,11 @@ build_aar() {
45
\<uses-sdk android:minSdkVersion=\"19\" /\> \
46
\</manifest\> > build_aar/AndroidManifest.xml
47
pushd build_aar
48
+ mv jni/arm64-v8a/libexecutorch_jni.so jni/arm64-v8a/libexecutorch.so
49
+ mv jni/x86_64/libexecutorch_jni.so jni/x86_64/libexecutorch.so
50
zip -r executorch.aar libs jni AndroidManifest.xml
51
- rm jni/arm64-v8a/libexecutorch_jni.so jni/x86_64/libexecutorch_jni.so
52
+ rm jni/arm64-v8a/libexecutorch.so jni/x86_64/libexecutorch.so
53
zip -r executorch-llama.aar libs jni AndroidManifest.xml
54
popd
55
}
0 commit comments