mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 20:20:20 +08:00
5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
#this generates an ant based cli build of the android-jni project
|
|
android update project --name android-opencv \
|
|
--path .
|