OSDN Git Service

Add hidl_default and make modules use hidl_default.
[android-x86/hardware-interfaces.git] / nfc / 1.0 / default / Android.bp
1 cc_library_shared {
2     name: "android.hardware.nfc@1.0-impl",
3     defaults: ["hidl_defaults"],
4     relative_install_path: "hw",
5     proprietary: true,
6     srcs: ["Nfc.cpp"],
7     shared_libs: [
8         "liblog",
9         "libcutils",
10         "libhardware",
11         "libbase",
12         "libcutils",
13         "libutils",
14         "libhidlbase",
15         "libhidltransport",
16         "android.hardware.nfc@1.0",
17     ],
18 }