blob: a8c4c81cfb1ae3880b0d2a99228b4006065dd10a [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",
13 "libhidl",
14 "android.hardware.nfc@1.0",
15 ],
16}