lucaslin | 37a2eff | 2020-12-30 10:19:09 +0800 | [diff] [blame^] | 1 | java_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 | } |