Dan Willemsen | 242b34e | 2016-09-28 16:12:24 -0700 | [diff] [blame] | 1 | cc_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 Hong | 63544ea | 2016-11-16 14:17:58 -0800 | [diff] [blame^] | 13 | "libhidlbase", |
14 | "libhidltransport", | ||||
Dan Willemsen | 242b34e | 2016-09-28 16:12:24 -0700 | [diff] [blame] | 15 | "android.hardware.nfc@1.0", |
16 | ], | ||||
17 | } |