Files
hardware_interfaces/threadnetwork/aidl/Android.bp
Zhanglong Xia 7760812a21 remove the com.android.threadnetwork from apex_available list
The ot-daemon has been moved from the com.android.threadnetwork to
com.android.tethering. No need to add the com.android.threadnetwork
to the apex_available list.

Bug: b/312573093
Test: Build
Change-Id: I2216e0d2a1d30738c405a174909d174cbc1f0bc7
2023-11-22 09:45:37 +08:00

23 lines
459 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",
],
min_sdk_version: "30",
},
},
}