mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 09:36:03 +00:00
See build/soong/README.md for more information. Bug: 31742855 Test: mma -j Change-Id: Icb93f3b1b2caeb5e9c00f88ca35841b927ad075d
17 lines
347 B
Plaintext
17 lines
347 B
Plaintext
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",
|
|
],
|
|
}
|