diff options
-rw-r--r-- | gps/android/android.hardware.gnss@1.0-service-qti.rc | 1 | ||||
-rw-r--r-- | light/android.hardware.light@2.0-service.zuk_8996.rc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gps/android/android.hardware.gnss@1.0-service-qti.rc b/gps/android/android.hardware.gnss@1.0-service-qti.rc index b5da6f9..b3f67b6 100644 --- a/gps/android/android.hardware.gnss@1.0-service-qti.rc +++ b/gps/android/android.hardware.gnss@1.0-service-qti.rc @@ -2,3 +2,4 @@ service gnss_service /vendor/bin/hw/android.hardware.gnss@1.0-service-qti class hal user gps group system gps radio + writepid /dev/cpuset/system-background/tasks diff --git a/light/android.hardware.light@2.0-service.zuk_8996.rc b/light/android.hardware.light@2.0-service.zuk_8996.rc index 94690b6..7451a41 100644 --- a/light/android.hardware.light@2.0-service.zuk_8996.rc +++ b/light/android.hardware.light@2.0-service.zuk_8996.rc @@ -66,3 +66,4 @@ service light-hal-2-0 /vendor/bin/hw/android.hardware.light@2.0-service.zuk_8996 group system # shutting off lights while powering-off shutdown critical + writepid /dev/cpuset/system-background/tasks |