mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Bug: 204868826 Test: m android.hardware.nfc-update-api Test: atest VtsAidlHalNfcTargetTest Change-Id: Ic1dddd8385f8f8e4d6f5f9ed39623d2247f7e7b3
24 lines
498 B
Plaintext
24 lines
498 B
Plaintext
cc_binary {
|
|
name: "android.hardware.nfc-service.example",
|
|
relative_install_path: "hw",
|
|
init_rc: ["nfc-service-example.rc"],
|
|
vintf_fragments: ["nfc-service-example.xml"],
|
|
vendor: true,
|
|
cflags: [
|
|
"-Wall",
|
|
"-Wextra",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"liblog",
|
|
"libutils",
|
|
"libbinder_ndk",
|
|
"android.hardware.nfc-V1-ndk",
|
|
],
|
|
srcs: [
|
|
"main.cpp",
|
|
"Nfc.cpp",
|
|
"Vendor_hal_api.cpp",
|
|
],
|
|
}
|