Roshan Pius | 6f5338d | 2019-06-14 14:37:14 -0700 | [diff] [blame] | 1 | // Interfaces between the core system and the wifi mainline module. |
2 | java_library_static { | ||||
3 | name: "services.wifi", | ||||
4 | srcs: [ | ||||
5 | "java/**/*.java", | ||||
6 | "java/**/*.aidl", | ||||
7 | ], | ||||
Roshan Pius | 6f5338d | 2019-06-14 14:37:14 -0700 | [diff] [blame] | 8 | libs: [ |
9 | "services.net", | ||||
10 | ], | ||||
11 | } |