acl/ndk-clean.sh

14 lines
121 B
Bash
Raw Permalink Normal View History

2019-11-22 17:03:05 +08:00
#!/bin/sh
cd lib_acl/
./ndk-clean.sh
cd ..
cd lib_protocol/
./ndk-clean.sh
cd ..
cd lib_acl_cpp/
./ndk-clean.sh
cd ..