commit | 94f687884d36df3b9085f2050f281c88dcb329b7 | [log] [tgz] |
---|---|---|
author | sangweilin <sangweilin@xiaomi.com> | Mon Oct 31 18:21:27 2022 +0800 |
committer | Steven Moreland <smoreland@google.com> | Mon Oct 31 18:19:14 2022 +0000 |
tree | 9e5c187fd91aa6c83732095d943c7fe84287d6d5 | |
parent | 73cb8af65e02ffb1a97caa491b1aad94121dd014 [diff] [blame] |
[BugFix] open ir hal lib to support aidl ir service Android T change hidl to aidl for many services, also the ir hal service. We make ir aidl service running with real ir hardware through this patch. Change-Id: I5bd2fa28b34bec8183ad110639d85e4fc59d8f3f Signed-off-by: sangweilin <sangweilin@xiaomi.com>
diff --git a/ir/aidl/default/android.hardware.ir-service.example.rc b/ir/aidl/default/android.hardware.ir-service.example.rc index 56def64..d27f282 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 /vendor/bin/hw/android.hardware.ir-service.example class hal - user nobody - group nobody + user system + group system