238dd8a83c
Test: links Change-Id: Ia19dafb3ff6bf5772d72133bb2e1687226e0d44f
39 lines
843 B
Text
39 lines
843 B
Text
cc_library_shared {
|
|
name: "android.hardware.nfc@1.0-impl",
|
|
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",
|
|
],
|
|
}
|
|
|
|
cc_binary {
|
|
name: "android.hardware.nfc@1.0-service",
|
|
relative_install_path: "hw",
|
|
proprietary: true,
|
|
init_rc: ["android.hardware.nfc@1.0-service.rc"],
|
|
srcs: ["service.cpp"],
|
|
|
|
shared_libs: [
|
|
"liblog",
|
|
"libcutils",
|
|
"libdl",
|
|
"libbase",
|
|
"libutils",
|
|
"libhardware",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"android.hardware.nfc@1.0",
|
|
],
|
|
|
|
}
|