See build/soong/README.md for more information. Test: m libhidcommand_jni Change-Id: Ica144979a2f89e0a9ed8eb4a816024aa318043e6 Merged-In: Ica144979a2f89e0a9ed8eb4a816024aa318043e6
19 lines
304 B
Plaintext
19 lines
304 B
Plaintext
cc_library_shared {
|
|
name: "libhidcommand_jni",
|
|
|
|
srcs: ["com_android_commands_hid_Device.cpp"],
|
|
|
|
shared_libs: [
|
|
"libandroid_runtime",
|
|
"liblog",
|
|
"libnativehelper",
|
|
"libutils",
|
|
],
|
|
|
|
cflags: [
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-Werror",
|
|
],
|
|
}
|