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 .
|