2 Star 9 Fork 1

TouchVG/vgandroid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sh 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
rhcad 提交于 2015-01-19 11:21 . Update URL.
#!/bin/sh
# Type './build.sh' to make Android native libraries.
# Type './build.sh -B' to rebuild the native libraries.
# Type `./build.sh -swig` to re-generate JNI classes too.
# Type `./build.sh APP_ABI=x86` to build for the x86 Emulator.
#
if [ ! -f ../vgcore/android/build.sh ] ; then
git clone https://github.com/rhcad/vgcore ../vgcore
fi
cd ../vgcore/android; sh build.sh $1 $2; cd ../../vgandroid
cd TouchVG/jni; sh build.sh $1 $2; cd ../..
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/vg/vgandroid.git
git@gitee.com:vg/vgandroid.git
vg
vgandroid
vgandroid
develop

搜索帮助