android: fix SDK build
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Wed, 3 Jan 2018 19:07:55 +0000 (19:07 +0000)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Sat, 13 Jan 2018 02:12:39 +0000 (02:12 +0000)
commit08086178bd9a0c7e3885a07019f27773543bfd51
treec640bf8b0638518ce439d9e51d78eca27498bce5
parent839cffdefe7c25bf81f23199d0f26b2fe4c145af
android: fix SDK build

- fix Javadoc:
  - generate Javadoc after gather step to process all Java files (including Android 21)
  - generate into 'OpenCV-android-sdk' directly without additional copy step
- use smart copy/move utility functions ('shutil' doesn't well with existed destination)
- by default move files to reduce pressure on storage I/O (> 800Mb)
platforms/android/build_sdk.py
platforms/android/service/engine/src/org/opencv/engine/OpenCVEngineService.java