Move uwb-service.rc

Previously, .rc file is installed separately. Now it's installed as part
of the uwb-service binary installation.

Bug: 296487624
Test: launch cuttlefish / uwb-service runs with /dev/hvc9
Change-Id: I49108c74a5ca964818c90407cc7916d80439d5ab
This commit is contained in:
Jooyung Han
2023-08-21 12:57:20 +09:00
parent 7f2619ddff
commit 3e0519690f
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ rust_binary {
name: "android.hardware.uwb-service",
crate_name: "uwb_default_hal",
relative_install_path: "hw",
init_rc: ["uwb-service.rc"],
vintf_fragments: ["uwb-service.xml"],
vendor: true,
rustlibs: [

View File

@@ -0,0 +1,3 @@
service vendor.uwb_hal /vendor/bin/hw/android.hardware.uwb-service ${ro.vendor.uwb.dev}
class hal
user uwb