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