From 8d55da2289192d3c5f55e9f4e7eb3e291fc8f302 Mon Sep 17 00:00:00 2001 From: Jaekyun Seok Date: Wed, 30 Aug 2017 11:13:32 +0900 Subject: 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 --- light/android.hardware.light@2.0-service.zuk_8996.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3