blob: 02f5664af595dd9196877194ba76e354d1409a6c [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",
Steven Moreland46c0b942017-01-12 13:33:16 -08004 proprietary: true,
Dan Willemsen242b34e2016-09-28 16:12:24 -07005 srcs: ["Nfc.cpp"],
6 shared_libs: [
7 "liblog",
8 "libcutils",
9 "libhardware",
10 "libhwbinder",
11 "libbase",
12 "libcutils",
13 "libutils",
Yifan Hong63544ea2016-11-16 14:17:58 -080014 "libhidlbase",
15 "libhidltransport",
Dan Willemsen242b34e2016-09-28 16:12:24 -070016 "android.hardware.nfc@1.0",
17 ],
18}