Add proxy routing and sing-box support
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"
|
||||
REPO_ROOT="$(cd "$SCRIPT_DIR/../../.." && pwd -P)"
|
||||
|
||||
"$REPO_ROOT/native/go_mobile_runtime/scripts/fdroid-prebuild.sh" "$@"
|
||||
Reference in New Issue
Block a user