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