Logo
Explore Help
Sign In
sssnake/BuildChain
1
0
Fork 0
You've already forked BuildChain
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
BuildChain/build.sh

20 lines
326 B
Bash
Raw Permalink Normal View History

BuildChain v1.0.0 — on-device Android build toolchain KernelSU module that turns any rooted phone into a native Android compiler. Includes aapt2/aapt/aidl/zipalign/dexdump (API 35 static arm64), BusyBox, platform-tools. Hooks into Termux for Java/Kotlin/ Python/Gradle. bc-build compiles Java/Kotlin to APK or runs Gradle projects. bc-sign handles debug/release signing. WebUI dashboard on port 8089. Auto-links tools into system PATH and Termux PATH.
2026-03-31 21:23:57 -07:00
#!/bin/bash
set -e
cd "$(dirname "$0")"
ZIP="BuildChain-v1.0.0.zip"
rm -f "$ZIP"
zip -r9 "$ZIP" \
module.prop \
customize.sh \
post-fs-data.sh \
service.sh \
uninstall.sh \
tools/ \
scripts/ \
webroot/ \
-x "*.git*" "build.sh" "sepolicy/*"
echo "Built: $ZIP ($(du -h "$ZIP" | cut -f1))"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 27ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API