George Chang | dbc36e5 | 2021-10-20 11:13:18 +0800 | [diff] [blame] | 1 | cc_binary { |
2 | name: "android.hardware.nfc-service.example", | ||||
3 | relative_install_path: "hw", | ||||
4 | init_rc: ["nfc-service-example.rc"], | ||||
5 | vintf_fragments: ["nfc-service-example.xml"], | ||||
6 | vendor: true, | ||||
7 | cflags: [ | ||||
8 | "-Wall", | ||||
9 | "-Wextra", | ||||
10 | ], | ||||
11 | shared_libs: [ | ||||
12 | "libbase", | ||||
13 | "liblog", | ||||
14 | "libutils", | ||||
15 | "libbinder_ndk", | ||||
16 | "android.hardware.nfc-V1-ndk", | ||||
17 | ], | ||||
18 | srcs: [ | ||||
19 | "main.cpp", | ||||
20 | "Nfc.cpp", | ||||
21 | "Vendor_hal_api.cpp", | ||||
22 | ], | ||||
23 | } |