Commit 600e6f54 authored by Max Lv's avatar Max Lv

remove unnecessary modules

parent 60c91de7
#!/bin/bash
cd src/main
ndk-build
for app in ip6tables iptables obfsproxy pdnsd polipo redsocks shadowsocks tun2socks
for app in iptables pdnsd redsocks shadowsocks tun2socks
do
mv libs/armeabi/$app assets/arm/
mv libs/x86/$app assets/x86/
......
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