Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17e04880 authored by Jaekyun Seok's avatar Jaekyun Seok Committed by TARKZiM
Browse files

kitakami-common: 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 http://go/treble-sysprop-compatibility.

Test: succeeded building and tested on a walleye device
Bug: 36796459
Change-Id: Idc995c550657feca5e0f934444a31805bc3538f9
parent 13abfb0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ on init
    chmod 660 /sys/class/leds/blue/start_idx
    chmod 660 /sys/class/leds/rgb/rgb_blink

service light-hal-2-0 /vendor/bin/hw/android.hardware.light@2.0-service.kitakami
service vendor.light-hal-2-0 /vendor/bin/hw/android.hardware.light@2.0-service.kitakami
    class hal
    user system
    group system