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: [ |
Jeongik Cha | e59cf43 | 2021-01-26 22:34:53 +0900 | [diff] [blame^] | 16 | "netd_aidl_interface-lateststable-java", |
| 17 | "netd_event_listener_interface-lateststable-java" |
lucaslin | 37a2eff | 2020-12-30 10:19:09 +0800 | [diff] [blame] | 18 | ] |
| 19 | } |