diff options
author | Jaekyun Seok <jaekyun@google.com> | 2018-08-18 21:13:46 -0400 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:47:04 +0200 |
commit | f5b13b46cb52d54d3d3583428522fb00af83134d (patch) | |
tree | 8f6dafb46c6533c5dc56f24d948e5dfa20c28ca1 /light | |
parent | 75595b3414fc062586008d3e30dff6093ac71ca9 (diff) |
wayne-common: rootdir: Add 'vendor.' prefix to a vendor 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 go/treble-sysprop-compatibility documents.
Test: succeeded building and tested on a sailfish device.
Bug: 36796459
Change-Id: I48e6ee0ae3fe401e39efb273256d991fac676357
Diffstat (limited to 'light')
-rw-r--r-- | light/android.hardware.light@2.0-service.xiaomi_wayne.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/light/android.hardware.light@2.0-service.xiaomi_wayne.rc b/light/android.hardware.light@2.0-service.xiaomi_wayne.rc index 36d4af3..f803030 100644 --- a/light/android.hardware.light@2.0-service.xiaomi_wayne.rc +++ b/light/android.hardware.light@2.0-service.xiaomi_wayne.rc @@ -13,8 +13,8 @@ on boot chmod 660 /sys/class/leds/red/pause_lo chmod 660 /sys/class/leds/red/ramp_step_ms chmod 660 /sys/class/leds/red/start_idx - -service light-hal-2-0 /vendor/bin/hw/android.hardware.light@2.0-service.xiaomi_wayne + +service vendor.light-hal-2-0 /vendor/bin/hw/android.hardware.light@2.0-service.xiaomi_wayne class hal user system group system |