aboutsummaryrefslogtreecommitdiff
path: root/gd/security/pairing/Android.bp
blob: 350c10efc73b58538676e2daa0bf3cb27f077203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
filegroup {
    name: "BluetoothSecurityPairingSources",
    srcs: [
        "classic_pairing_handler.cc",
    ]
}

filegroup {
    name: "BluetoothSecurityPairingTestSources",
    srcs: [
        "classic_pairing_handler_unittest.cc",
    ]
}