blob: 3c916a6d00cda93dd1f303bcf67bdd6557aa7e06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Interfaces between the core system and the wifi mainline module.
java_library_static {
name: "services.wifi",
srcs: [
"java/**/*.java",
"java/**/*.aidl",
],
libs: [
"services.net",
],
}
|