1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
cc_library_shared { name: "android.hardware.nfc@1.0-impl-bcm", defaults: ["hidl_defaults"], relative_install_path: "hw", proprietary: true, srcs: ["Nfc.cpp"], shared_libs: [ "liblog", "libcutils", "libhardware", "libbase", "libcutils", "libutils", "libhidlbase", "libhidltransport", "android.hardware.nfc@1.0", ], }