summaryrefslogtreecommitdiff
path: root/services/wifi/Android.bp
blob: 608fc2c7a55ef86f066c5c3dd196c3ce7a146381 (plain)
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",
    ],
}