blob: 3c916a6d00cda93dd1f303bcf67bdd6557aa7e06 [file] [log] [blame]
// Interfaces between the core system and the wifi mainline module.
java_library_static {
name: "services.wifi",
srcs: [
"java/**/*.java",
"java/**/*.aidl",
],
libs: [
"services.net",
],
}