mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-06 06:30:30 -04:00
Remove OpenCL native lib from Android manifest, which is already provided in GenAI tasks dependency.
PiperOrigin-RevId: 772508137
This commit is contained in:
parent
0a49219915
commit
74a013c2e2
1 changed files with 0 additions and 11 deletions
|
@ -70,17 +70,6 @@
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<!-- For LLM inference engine -->
|
|
||||||
<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" />
|
|
||||||
|
|
||||||
<provider
|
<provider
|
||||||
android:name="androidx.core.content.FileProvider"
|
android:name="androidx.core.content.FileProvider"
|
||||||
android:authorities="${applicationId}.provider"
|
android:authorities="${applicationId}.provider"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue