Remove OpenCL native lib from Android manifest, which is already provided in GenAI tasks dependency.

PiperOrigin-RevId: 772508137
This commit is contained in:
Chunlei Niu 2025-06-17 09:36:57 -07:00 committed by Copybara-Service
parent 0a49219915
commit 74a013c2e2

View file

@ -70,17 +70,6 @@
</intent-filter>
</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
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.provider"