blob: f6d781c04879002a9eba347d50e0dc628f087679 [file] [log] [blame]
lucaslin37a2eff2020-12-30 10:19:09 +08001java_library {
2 name: "netd-client",
3 srcs: ["netd/**/*"],
4 sdk_version: "system_current",
5 min_sdk_version: "29",
6 apex_available: [
7 "//apex_available:platform",
8 "com.android.tethering"
9 ],
10 visibility: [
11 "//packages/modules/Connectivity/Tethering",
12 "//frameworks/base/services:__subpackages__"
13 ],
14 libs: ["androidx.annotation_annotation"],
15 static_libs: [
16 "netd_aidl_interface-java",
17 "netd_event_listener_interface-java"
18 ]
19}