Add Thread Service Config

Bug: 318601784
Test: Build pass
Change-Id: I3fcff022849c2729301e52820ec7139e133131c8
This commit is contained in:
shihchienc 2024-01-04 07:53:13 +00:00
parent c90f92067a
commit f08329c9f7
2 changed files with 19 additions and 0 deletions

View 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",
],
}