acl/ndk-build-r9d.sh

14 lines
133 B
Bash
Raw Normal View History

2021-09-28 15:49:15 +08:00
#!/bin/sh
cd lib_acl/
./ndk-build-r9d.sh
cd ..
cd lib_protocol/
./ndk-build-r9d.sh
cd ..
cd lib_acl_cpp/
./ndk-build-r9d.sh
cd ..