You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
cc_library_shared {
|
|
name: "tv_input.rockchip",
|
|
relative_install_path: "hw",
|
|
proprietary: true,
|
|
header_libs: [
|
|
"libhardware_headers",
|
|
"libhardware_rockchip_headers",
|
|
],
|
|
shared_libs: [
|
|
"libcutils",
|
|
"liblog",
|
|
],
|
|
srcs: ["tv_input.cpp"],
|
|
cflags: ["-Wall", "-Werror"],
|
|
}
|