15 lines
263 B
Plaintext
15 lines
263 B
Plaintext
cc_library_static {
|
|
name: "rmidevice",
|
|
srcs: [
|
|
"rmifunction.cpp",
|
|
"rmidevice.cpp",
|
|
"hiddevice.cpp",
|
|
],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
"-Wno-unused-parameter",
|
|
],
|
|
export_include_dirs: ["."],
|
|
}
|