commit | 81104ae5ef307ed5fb2f81e25a09d1574ec31fae | [log] [tgz] |
---|---|---|
author | Jaekyun Seok <jaekyun@google.com> | Wed Aug 30 11:13:32 2017 +0900 |
committer | Jaekyun Seok <jaekyun@google.com> | Tue Sep 12 08:01:42 2017 +0900 |
tree | 911115341ee4842953fd55ab00abc973acf2849e | |
parent | db2e5123b08bbdd679d952536942c9e9dcb2898f [diff] [blame] |
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
diff --git a/boot/1.0/default/android.hardware.boot@1.0-service.rc b/boot/1.0/default/android.hardware.boot@1.0-service.rc index 68e7c22..32f3a45 100644 --- a/boot/1.0/default/android.hardware.boot@1.0-service.rc +++ b/boot/1.0/default/android.hardware.boot@1.0-service.rc
@@ -1,4 +1,4 @@ -service boot-hal-1-0 /vendor/bin/hw/android.hardware.boot@1.0-service +service vendor.boot-hal-1-0 /vendor/bin/hw/android.hardware.boot@1.0-service class early_hal user root group root