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.
This commit is contained in:
sssnake
2026-03-31 07:18:31 -07:00
commit 6a7c85dc26
31 changed files with 1312 additions and 0 deletions

6
module.prop Normal file
View File

@@ -0,0 +1,6 @@
id=buildchain
name=BuildChain
version=v1.0.0
versionCode=1
author=snake
description=On-device Android build toolchain. aapt2/aidl/zipalign (API 35), BusyBox, Python, Java, Kotlin, Gradle via Termux. Turns any phone into a native compiler. WebUI for toolchain management.