Skip to content

Commit aa1bcc3

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
Update native library in AndroidManifest (#5331)
Summary: Pull Request resolved: #5331 Reviewed By: huydhn Differential Revision: D62612613 Pulled By: kirklandsign fbshipit-source-id: 092ac6af8f677d076574cf070740c379944ff909
1 parent c20ed5e commit aa1bcc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extension/android/benchmark/app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
android:theme="@style/Theme.MiniBench"
99
tools:targetApi="31">
1010

11+
<uses-native-library
12+
android:name="libcdsprpc.so"
13+
android:required="false" />
14+
1115
<activity
1216
android:name=".BenchmarkActivity"
1317
android:exported="true">

0 commit comments

Comments
 (0)