diff options
author | Jaekyun Seok <jaekyun@google.com> | 2017-08-30 11:13:32 +0900 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | 8d55da2289192d3c5f55e9f4e7eb3e291fc8f302 (patch) | |
tree | f76645ecc39e972a5e6fd8a50308b90907730355 /light | |
parent | 83cd1abe8a39c71bc81d55119d774f627b2a19aa (diff) |
msm8996-common: Add 'vendor.' prefix to lights HAL service name
To prevent property name collisions between properties of system and
vendor, 'vendor.' prefix must be added to a vendor HAL service name.
You can see the details in http://go/treble-sysprop-compatibility.
Test: succeeded building and tested on device
Bug: 36796459
Change-Id: I4e8fbee791ec917a8f627a1366f4d44ec7e6febc
Diffstat (limited to 'light')
-rw-r--r-- | light/android.hardware.light@2.0-service.zuk_8996.rc | 2 |
1 files changed, 1 insertions, 1 deletions
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 97aecc5..f34de8c 100644 --- a/light/android.hardware.light@2.0-service.zuk_8996.rc +++ b/light/android.hardware.light@2.0-service.zuk_8996.rc @@ -60,7 +60,7 @@ on init chmod 660 /sys/class/leds/rgb/rgb_blink -service light-hal-2-0 /vendor/bin/hw/android.hardware.light@2.0-service.zuk_8996 +service vendor.light-hal-2-0 /vendor/bin/hw/android.hardware.light@2.0-service.zuk_8996 interface android.hardware.light@2.0::ILight default class hal user system |