blob: b484ba6046c33246c315ae8e34c34f9ed2c7f0ca [file] [log] [blame]
Dan Willemsen242b34e2016-09-28 16:12:24 -07001cc_library_shared {
2 name: "android.hardware.nfc@1.0-impl",
3 relative_install_path: "hw",
4 srcs: ["Nfc.cpp"],
5 shared_libs: [
6 "liblog",
7 "libcutils",
8 "libhardware",
9 "libhwbinder",
10 "libbase",
11 "libcutils",
12 "libutils",
Yifan Hong63544ea2016-11-16 14:17:58 -080013 "libhidlbase",
14 "libhidltransport",
Dan Willemsen242b34e2016-09-28 16:12:24 -070015 "android.hardware.nfc@1.0",
16 ],
17}