3 Commits

Author SHA1 Message Date
oxmc b130d0f77c Resolve dependencies from POMs; add deps:/coordinate_map wiring
Soong needs every transitive edge spelled out as static_libs — the old
generator emitted bare imports, so consumers compiled but failed at
dex/runtime (this bit coil). Now each artifact's POM is parsed:
compile/runtime deps become static_libs; in-group deps are auto-downloaded
into the same repo (KMP -android variants probed); out-of-group deps map
to in-tree module names via coordinate_map (null = ignore), with warnings
for anything unmapped. Explicit deps: lists merge in; pom_deps: false or
--no-pom opts out. Config: coil pinned at 3.5.0 with the full six-artifact
graph, splashscreen 1.0.1 added, accompanist gains drawablepainter.
2026-07-15 16:30:25 -07:00
oxmc 99d9961632 Fix Windows console encoding and rename okhttp module
- Replace unicode arrows with ASCII -> and <- (Windows charmap compat)
- Add bp_name: okhttp3 to avoid conflict with prebuilt_okhttp in ART module SDK
2026-06-17 07:44:27 -07:00
oxmc 63c7a69692 Init: base 2026-06-17 04:48:17 -07:00