Use Android platform services in retained package builds

This commit is contained in:
2026-06-17 16:14:27 +02:00
parent 57c2d1bfa4
commit 19f1af57fd
6 changed files with 32 additions and 3 deletions

View File

@@ -18,6 +18,14 @@ agent or engineer to remove them without reconstructing context from chat.
## Reductions
- 2026-06-17: `DEBT-0017` was narrowed again. The retained Android package
CMake projects now compile `src/platform_android/android_platform_services.cpp`
instead of `src/platform_legacy/legacy_platform_services.cpp`, matching the
Android entrypoint's existing concrete `create_platform_services(...)` path.
The retained standard package link gate still fails, but the same package
build also fails after restoring the old legacy source list, so that linker
failure is currently tracked as preexisting noise rather than a regression
from this slice.
- 2026-06-17: `DEBT-0017`/`DEBT-0055` were narrowed again.
`src/platform_legacy/legacy_platform_services.*` is no longer compiled into
the root `panopainter_app` source graph. The retained shim still exists on