This library is used in V2RayNG-android for support V2Ray.
This library is used in V2RayNG-iOS for support V2Ray.
make init_env
export http_proxy=http://127.0.0.1:10809
export https_proxy=http://127.0.0.1:10809
export ANDROID_HOME=/path/to/Android/Sdk
export ANDROID_NDK_HOME=/path/to/Android/android-ndk-r20b
# Build an AAR
make build_android
# Build a Framework
make build_ios