1 2 3 4 5 6 7 8 9 10 11 12 13 14
// 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", ], }