1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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", "libhidl", "android.hardware.nfc@1.0", ], }