diff options
author | Jaekyun Seok <jaekyun@google.com> | 2017-08-30 11:13:32 +0900 |
---|---|---|
committer | Jaekyun Seok <jaekyun@google.com> | 2017-09-12 08:01:42 +0900 |
commit | 81104ae5ef307ed5fb2f81e25a09d1574ec31fae (patch) | |
tree | 911115341ee4842953fd55ab00abc973acf2849e /contexthub | |
parent | db2e5123b08bbdd679d952536942c9e9dcb2898f (diff) | |
download | platform_hardware_interfaces-81104ae5ef307ed5fb2f81e25a09d1574ec31fae.tar.gz platform_hardware_interfaces-81104ae5ef307ed5fb2f81e25a09d1574ec31fae.tar.bz2 platform_hardware_interfaces-81104ae5ef307ed5fb2f81e25a09d1574ec31fae.zip |
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: I4e8fbee791ec917a8f627a1366f4d44ec7e6febc
Diffstat (limited to 'contexthub')
-rw-r--r-- | contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc b/contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc index 5677ec2967..a8c9487741 100644 --- a/contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc +++ b/contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc @@ -1,4 +1,4 @@ -service contexthub-hal-1-0 /vendor/bin/hw/android.hardware.contexthub@1.0-service +service vendor.contexthub-hal-1-0 /vendor/bin/hw/android.hardware.contexthub@1.0-service class hal user system group system |