blob: f0966f05df0c389c4eb4e4e5b16039121eee922b [file] [log] [blame]
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",
"android.hardware.nfc@1.0",
],
}