From f65ce603ae02912634f0c1a24dac280c35488b51 Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Tue, 12 Dec 2023 18:04:54 +0900 Subject: [PATCH] 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 --- ir/aidl/default/android.hardware.ir-service.example.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/aidl/default/android.hardware.ir-service.example.rc b/ir/aidl/default/android.hardware.ir-service.example.rc index 1a721daf5c..d27f282471 100644 --- a/ir/aidl/default/android.hardware.ir-service.example.rc +++ b/ir/aidl/default/android.hardware.ir-service.example.rc @@ -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