Files
hardware_interfaces/threadnetwork/aidl/Android.bp
Kangping Dong b559648555 [Thread] move Thread into com.android.tethering
Test: build
Bug: 296211911
Merged-In: I52320be04ceb9855a37db59b7ef961d2c8555357
Change-Id: Iaf32f4517e8f729576cd274983562940cf4e191d
2023-08-29 02:25:14 +00:00

26 lines
668 B
Plaintext

aidl_interface {
name: "android.hardware.threadnetwork",
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",
},
},
}