Fix the path to IR HAL
The .rc file is used by IR HAL binary. So the path should be /vendor/bin instead of /apex. The apex version of .rc file is generated by a soong rule. This fixes the IR HAL in -next- configuration. Bug: 315827315 Test: atest vts_treble_vintf_vendor_test Change-Id: I1644660f6734bb4452fd7c6fd897ca31e2447dd5
This commit is contained in:
parent
121fedaa46
commit
f65ce603ae
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
service vendor.ir-default /apex/com.android.hardware.ir/bin/hw/android.hardware.ir-service.example
|
||||
service vendor.ir-default /vendor/bin/hw/android.hardware.ir-service.example
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
|
|
Loading…
Reference in a new issue