Skip to content

Commit 2711544

Browse files
yashk2000iamareebjamal
authored andcommitted
chore: Remove the include folder and updated copy_opencv.sh (#2764)
1 parent a1529c1 commit 2711544

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ build
99
/docs/keystore
1010
/app/src/main/3rdparty/
1111
/app/src/main/jniLibs/
12+
/app/src/main/jni/include
1213
libopencv_*
1314
viewflow/
1415
keystore.properties

scripts/copy_opencv.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
mkdir app/src/main/3rdparty
3-
rm -rf app/src/main/jni/include
43
mkdir app/src/main/jniLibs
54
mkdir app/src/main/staticlibs
65
mkdir app/src/main/jni/include

0 commit comments

Comments
 (0)