blob: 2c07de04b6a7e3736a9cee2772f01fbc64adf015 [file] [log] [blame]
Dan Willemsen8119ffa2017-09-08 23:23:59 -07001cc_library_shared {
2 name: "libhidcommand_jni",
3
4 srcs: ["com_android_commands_hid_Device.cpp"],
5
6 shared_libs: [
7 "libandroid",
Siarhei Vishniakou46e7cc12019-12-09 16:15:44 -08008 "libbase",
Dan Willemsen8119ffa2017-09-08 23:23:59 -07009 "liblog",
10 "libnativehelper",
11 ],
12
13 cflags: [
14 "-Wall",
15 "-Wextra",
16 "-Werror",
17 ],
18}