1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Removed Android AIDL from build scrips and tutorials as it's not needed since 4.9.0.

This commit is contained in:
Alexander Smorkalov
2024-01-10 16:22:03 +03:00
parent 7fb336322d
commit fde99e68c0
19 changed files with 5 additions and 31 deletions
@@ -33,7 +33,6 @@ android {
sourceSets {
main {
java.srcDirs = @ANDROID_SAMPLE_JAVA_PATH@
aidl.srcDirs = @ANDROID_SAMPLE_JAVA_PATH@
res.srcDirs = @ANDROID_SAMPLE_RES_PATH@
manifest.srcFile '@ANDROID_SAMPLE_MANIFEST_PATH@'
}