blob: 095cfc6ceb53b6db927ac9184c83166c859a88ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
cc_library_shared {
name: "libhidcommand_jni",
srcs: ["com_android_commands_hid_Device.cpp"],
shared_libs: [
"libandroid",
"liblog",
"libnativehelper",
],
cflags: [
"-Wall",
"-Wextra",
"-Werror",
],
}
|