Skip to content

Commit

Permalink
Add some comment in AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
asus4 committed Sep 6, 2023
1 parent 5a73a02 commit db5fb25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Plugins/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
package="com.unity3d.player"
xmlns:tools="http://schemas.android.com/tools">
<application>
<!-- TFLite GPU delegate requires OpenCL -->
<uses-native-library android:name="libOpenCL.so" android:required="false"/>
<uses-native-library android:name="libOpenCL-car.so" android:required="false"/>
<uses-native-library android:name="libOpenCL-pixel.so" android:required="false"/>
Expand Down

0 comments on commit db5fb25

Please sign in to comment.