Skip to content

Commit 2c00ade

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
Rename so file to match soname (#3810)
Summary: Pull Request resolved: #3810 Test Plan: Use artifact from https://gha-artifacts.s3.amazonaws.com/pytorch/executorch/9356134478/artifact/executorch-llama.aar to build demo app Reviewed By: shoumikhin Differential Revision: D58100605 Pulled By: kirklandsign fbshipit-source-id: a1febda12a546b7bf53c1059a603fece0e5553c5
1 parent ab6f177 commit 2c00ade

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/test_android_ci.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ build_aar() {
4545
\<uses-sdk android:minSdkVersion=\"19\" /\> \
4646
\</manifest\> > build_aar/AndroidManifest.xml
4747
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
4850
zip -r executorch.aar libs jni AndroidManifest.xml
4951

50-
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
5153
zip -r executorch-llama.aar libs jni AndroidManifest.xml
5254
popd
5355
}

0 commit comments

Comments
 (0)