Rename service to avoid conflict with Sideband

This commit is contained in:
jacob.eva 2024-09-20 11:17:06 +01:00
parent 0d0fcaf572
commit 40b905fc26
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E
2 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ android.archs = arm64-v8a,armeabi-v7a
android.add_gradle_repositories = "flatDir { dirs('../../../../../../patches') }" android.add_gradle_repositories = "flatDir { dirs('../../../../../../patches') }"
services = sidebandservice:services/sidebandservice.py:foreground services = occservice:services/occservice.py:foreground
android.whitelist = lib-dynload/termios.so android.whitelist = lib-dynload/termios.so
android.manifest.intent_filters = patches/intent-filter.xml android.manifest.intent_filters = patches/intent-filter.xml