Commit f5dbca8b authored by Max Lv's avatar Max Lv

update ndk build scripts

parent a0f5dee7
#!/bin/bash
cd src/main
ndk-build
mkdir -p assets/arm
mkdir -p assets/x86
for app in iptables pdnsd redsocks shadowsocks tun2socks
do
mv libs/armeabi/$app assets/arm/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment