summaryrefslogtreecommitdiffstats
path: root/nfc/1.0/default/Android.bp
blob: a8c4c81cfb1ae3880b0d2a99228b4006065dd10a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cc_library_shared {
    name: "android.hardware.nfc@1.0-impl",
    relative_install_path: "hw",
    srcs: ["Nfc.cpp"],
    shared_libs: [
        "liblog",
        "libcutils",
        "libhardware",
        "libhwbinder",
        "libbase",
        "libcutils",
        "libutils",
        "libhidl",
        "android.hardware.nfc@1.0",
    ],
}