summaryrefslogtreecommitdiffstats
path: root/1.0/default/Android.bp
blob: 083dc08815e0e46a5080f2aa14d3c42fb894392e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cc_library_shared {
    name: "vendor.nxp.hardware.nfc@1.0-impl",
    relative_install_path: "hw",
    vendor: true,
    srcs: [
        "NqNfc.cpp",
    ],
    shared_libs: [
        "liblog",
        "libhardware",
        "libhidlbase",
        "libhidltransport",
        "libutils",
        "vendor.nxp.hardware.nfc@1.0",
    ],
}