Merge pull request #24945 from asmorkalov:as/android_sample_warning_fix

Build warning fix in Tutorial4-OpenCL.
This commit is contained in:
Alexander Smorkalov 2024-01-31 15:13:04 +03:00 committed by GitHub
commit ea94f7eba9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,10 +4,6 @@
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="21" />
<uses-feature android:glEsVersion="0x00020000" android:required="true"/>
<uses-feature android:name="android.hardware.camera"/>
<uses-feature android:name="android.hardware.camera2" android:required="false"/>