Add Thread Service Config
Bug: 318601784 Test: Build pass Change-Id: I3fcff022849c2729301e52820ec7139e133131c8
This commit is contained in:
parent
c90f92067a
commit
f08329c9f7
2 changed files with 19 additions and 0 deletions
15
threadnetwork/hal/Android.bp
Normal file
15
threadnetwork/hal/Android.bp
Normal file
|
@ -0,0 +1,15 @@
|
|||
prebuilt_etc {
|
||||
name: "caimito_threadnetwork_hal_service.rc",
|
||||
src: "threadnetwork_hal_service.rc",
|
||||
installable: false,
|
||||
}
|
||||
|
||||
override_apex {
|
||||
name: "com.google.caimito.hardware.threadnetwork",
|
||||
base: "com.android.hardware.threadnetwork",
|
||||
prebuilts: [
|
||||
"caimito_threadnetwork_hal_service.rc",
|
||||
"threadnetwork-default.xml",
|
||||
"android.hardware.thread_network.prebuilt.xml",
|
||||
],
|
||||
}
|
4
threadnetwork/hal/threadnetwork_hal_service.rc
Normal file
4
threadnetwork/hal/threadnetwork_hal_service.rc
Normal file
|
@ -0,0 +1,4 @@
|
|||
service vendor.threadnetwork_hal /apex/com.android.hardware.threadnetwork/bin/hw/android.hardware.threadnetwork-service spinel+socket:///data/vendor/bluetooth/thread_dispatcher_socket
|
||||
class hal
|
||||
user thread_network
|
||||
group system
|
Loading…
Add table
Add a link
Reference in a new issue