mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user