mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Test: build Bug: 296211911 (cherry picked from https://android-review.googlesource.com/q/commit:72deb0fe8a23cbbfe52a89924aa335bfad762762) Change-Id: I52320be04ceb9855a37db59b7ef961d2c8555357
27 lines
689 B
Plaintext
27 lines
689 B
Plaintext
aidl_interface {
|
|
name: "android.hardware.threadnetwork",
|
|
owner: "google",
|
|
vendor_available: true,
|
|
srcs: [
|
|
"android/hardware/threadnetwork/*.aidl",
|
|
],
|
|
|
|
stability: "vintf",
|
|
|
|
backend: {
|
|
java: {
|
|
platform_apis: true,
|
|
},
|
|
ndk: {
|
|
apex_available: [
|
|
"//apex_available:platform",
|
|
"com.android.tethering",
|
|
// Keep the threadnetwork apex to make it buildable on udc-mainline-prod.
|
|
// TODO: remove it after moving ot-daemon into tethering.
|
|
"com.android.threadnetwork",
|
|
],
|
|
min_sdk_version: "30",
|
|
},
|
|
},
|
|
}
|