blob: 8a7f73fcf501faa4c00f6ce3b15d69660778e60a [file] [log] [blame]
Jiyong Parkbae2e902019-11-17 13:11:19 +09001filegroup {
2 name: "services.wifi-sources",
Roshan Pius6f5338d2019-06-14 14:37:14 -07003 srcs: [
4 "java/**/*.java",
5 "java/**/*.aidl",
6 ],
Jiyong Parkbae2e902019-11-17 13:11:19 +09007 path: "java",
8 visibility: ["//frameworks/base/services"],
9}
10
11// Interfaces between the core system and the wifi mainline module.
12java_library_static {
13 name: "services.wifi",
14 srcs: [":services.wifi-sources"],
15 libs: ["services.net"],
Roshan Pius6f5338d2019-06-14 14:37:14 -070016}