mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
14 lines
121 B
Bash
Executable File
14 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd lib_acl/
|
|
./ndk-build.sh
|
|
cd ..
|
|
|
|
cd lib_protocol/
|
|
./ndk-build.sh
|
|
cd ..
|
|
|
|
cd lib_acl_cpp/
|
|
./ndk-build.sh
|
|
cd ..
|