summaryrefslogtreecommitdiffstats
path: root/nfc/1.0-bcm/Android.bp
blob: f533a1ddf50b86cc89ea0fa0cf02194d4b8752a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cc_library_shared {
    name: "android.hardware.nfc@1.0-impl-bcm",
    defaults: ["hidl_defaults"],
    relative_install_path: "hw",
    proprietary: true,
    srcs: ["Nfc.cpp"],
    shared_libs: [
        "liblog",
        "libcutils",
        "libhardware",
        "libbase",
        "libcutils",
        "libutils",
        "libhidlbase",
        "libhidltransport",
        "android.hardware.nfc@1.0",
    ],
}