feat(scripting): ipc system

This commit is contained in:
rhunk
2023-09-17 02:17:05 +02:00
parent 6e0e6d3339
commit 08cd7917f3
10 changed files with 84 additions and 15 deletions

View File

@ -95,6 +95,10 @@ class RemoteSideContext(
}.onFailure {
log.error("Failed to load RemoteSideContext", it)
}
scriptManager.runtime.eachModule {
callOnManagerLoad(androidContext)
}
}
val installationSummary by lazy {