mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-29 18:37:41 +08:00
14 lines
121 B
Bash
14 lines
121 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd lib_acl/
|
||
|
./ndk-build.sh
|
||
|
cd ..
|
||
|
|
||
|
cd lib_protocol/
|
||
|
./ndk-build.sh
|
||
|
cd ..
|
||
|
|
||
|
cd lib_acl_cpp/
|
||
|
./ndk-build.sh
|
||
|
cd ..
|