Skip to content

Commit

Permalink
Update native library in AndroidManifest (pytorch#5331)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#5331

Reviewed By: huydhn

Differential Revision: D62612613

Pulled By: kirklandsign

fbshipit-source-id: 092ac6af8f677d076574cf070740c379944ff909
  • Loading branch information
kirklandsign authored and facebook-github-bot committed Sep 13, 2024
1 parent c20ed5e commit aa1bcc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extension/android/benchmark/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
android:theme="@style/Theme.MiniBench"
tools:targetApi="31">

<uses-native-library
android:name="libcdsprpc.so"
android:required="false" />

<activity
android:name=".BenchmarkActivity"
android:exported="true">
Expand Down

0 comments on commit aa1bcc3

Please sign in to comment.