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 | 747c968 | 2019-09-26 19:31:51 +0000 | [diff] [blame] | 8 | aidl: { |
9 | local_include_dirs: ["java"] | ||||
10 | }, | ||||
Roshan Pius | 6f5338d | 2019-06-14 14:37:14 -0700 | [diff] [blame] | 11 | libs: [ |
12 | "services.net", | ||||
13 | ], | ||||
14 | } |