feat(android): add parameter for choose modules for android#16396
feat(android): add parameter for choose modules for android#16396opencv-pushbot merged 1 commit intoopencv:3.4from
Conversation
|
@miguelps Thanks for the contribution, please restore empty lines in the script. |
|
I at least would love to see such call examples in this file https://github.com/opencv/opencv/blob/master/platforms/android/README.android |
|
Hi Alexander |
|
Please remove unused files (.sh) and squash commits into one (before rebasing, see below). This patch should go into 3.4 branch first. We will merge changes from 3.4 into master regularly (weekly/bi-weekly). So, please:
Note: no needs to re-open PR, apply changes "inplace". |
040dece to
d6b6732
Compare
|
ok, done! |
This pullrequest changes
build_sdk.py, which compiles OpenCV-SDK for Android.
Added an option/parameter for build only selected modules (for Android), like a whitelist.
Care should be take to include modules which are required to others (this is not checked).
==============
call sample:
python2 ../platforms/android/build_sdk.py
--modules_list core,imgcodecs,improc
~/projects/opencv/build
~/projects/opencv