cc_library_shared { | |
name: "android.hardware.nfc@1.0-impl", | |
relative_install_path: "hw", | |
srcs: ["Nfc.cpp"], | |
shared_libs: [ | |
"liblog", | |
"libcutils", | |
"libhardware", | |
"libhwbinder", | |
"libbase", | |
"libcutils", | |
"libutils", | |
"libhidlbase", | |
"libhidltransport", | |
"android.hardware.nfc@1.0", | |
], | |
} |