blob: 2c07de04b6a7e3736a9cee2772f01fbc64adf015 [file] [log] [blame]
cc_library_shared {
name: "libhidcommand_jni",
srcs: ["com_android_commands_hid_Device.cpp"],
shared_libs: [
"libandroid",
"libbase",
"liblog",
"libnativehelper",
],
cflags: [
"-Wall",
"-Wextra",
"-Werror",
],
}