Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
ndk-build-r20.sh 133 Bytes
Copy Edit Raw Blame History
zhengshuxin authored 2021-09-28 15:49 . optimize building by ndk-build
#!/bin/sh
cd lib_acl/
./ndk-build-r20.sh
cd ..
cd lib_protocol/
./ndk-build-r20.sh
cd ..
cd lib_acl_cpp/
./ndk-build-r20.sh
cd ..
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化