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:
Jooyung Han 2023-12-12 18:04:54 +09:00
parent 121fedaa46
commit f65ce603ae

View file

@ -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