blob: 608fc2c7a55ef86f066c5c3dd196c3ce7a146381 [file] [log] [blame]
Roshan Pius6f5338d2019-06-14 14:37:14 -07001// Interfaces between the core system and the wifi mainline module.
2java_library_static {
3 name: "services.wifi",
4 srcs: [
5 "java/**/*.java",
6 "java/**/*.aidl",
7 ],
Roshan Pius747c9682019-09-26 19:31:51 +00008 aidl: {
9 local_include_dirs: ["java"]
10 },
Roshan Pius6f5338d2019-06-14 14:37:14 -070011 libs: [
12 "services.net",
13 ],
14}