Own Android storage paths in legacy platform services
This commit is contained in:
@@ -70,6 +70,13 @@ What is already real:
|
||||
- `pp_app_core`
|
||||
|
||||
Latest slice:
|
||||
- `src/platform_legacy/legacy_platform_services.*` now owns Android storage
|
||||
paths through explicit `create_platform_services(...)` configuration instead
|
||||
of reading them from a shared legacy singleton.
|
||||
- `android/src/cpp/main.cpp` now seeds Android storage paths into its owned
|
||||
legacy `PlatformServices` instance.
|
||||
- `src/platform_legacy/legacy_platform_state.*` no longer carries the Android
|
||||
storage-path singleton API.
|
||||
- `src/platform_legacy/legacy_platform_state.*` no longer keeps its own
|
||||
retained Web platform-service binding; the legacy Web helper path now uses
|
||||
the shared `platform_api` injection surface instead.
|
||||
|
||||
Reference in New Issue
Block a user