2 Commits

Author SHA1 Message Date
sssnake
c3f931d075 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
sssnake
6a7c85dc26 BuildChain v1.0.0 — on-device Android build toolchain
System-level KernelSU module: aapt2/aidl/zipalign (API 35), BusyBox,
platform-tools, all as static arm64 binaries in the Android framework.

Termux integration for Java/Kotlin/Gradle/Python via pkg.
CLI tools: buildchain, bc-build, bc-sign.
WebUI on :8089 for toolchain management.

Turns any Android phone into a native compilation powerhouse.
2026-03-31 07:18:31 -07:00