luoyetx / mini-caffe

Minimal runtime core of Caffe, Forward only, GPU support and Memory efficiency.
BSD 3-Clause "New" or "Revised" License
374 stars 151 forks source link

update android build system #68

Closed nihui closed 6 years ago

nihui commented 6 years ago

switch to cmake toolchain bundled with android-ndk update protobuf and openblas to the latest code fix build here and there with clang compiler drop uncommon x86 x86_64 arch for android drop deprecated armv5, add armv7 with neon

build tested with android-ndk-15c

nihui commented 6 years ago

since openblas source can not be built with android ndk unified headers, the android-ndk r15c is the latest version known working with build script.

nihui commented 6 years ago

script updated, fix build with unified header in android-ndk-r16b