blob: 5aa16a7d6521e735c9a7611a373ef1d1d8f89c83 [file] [log] [blame]
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",
},
},
}