blob: 3c916a6d00cda93dd1f303bcf67bdd6557aa7e06 [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 Pius6f5338d2019-06-14 14:37:14 -07008 libs: [
9 "services.net",
10 ],
11}