Dan Willemsen | 8119ffa | 2017-09-08 23:23:59 -0700 | [diff] [blame] | 1 | cc_library_shared { |
2 | name: "libhidcommand_jni", | ||||
3 | |||||
4 | srcs: ["com_android_commands_hid_Device.cpp"], | ||||
5 | |||||
6 | shared_libs: [ | ||||
7 | "libandroid", | ||||
Siarhei Vishniakou | 46e7cc1 | 2019-12-09 16:15:44 -0800 | [diff] [blame] | 8 | "libbase", |
Dan Willemsen | 8119ffa | 2017-09-08 23:23:59 -0700 | [diff] [blame] | 9 | "liblog", |
10 | "libnativehelper", | ||||
11 | ], | ||||
12 | |||||
13 | cflags: [ | ||||
14 | "-Wall", | ||||
15 | "-Wextra", | ||||
16 | "-Werror", | ||||
17 | ], | ||||
18 | } |