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.

16 lines
419 B

cc_library {
name: "libtvgraphics",
srcs: ["TvGraphics.cpp"],
shared_libs: [
"libbase",
"libhidlbase",
"liblog",
"libutils",
"vendor.huanglong.hardware.hwgraphics@1.0",
"vendor.huanglong.hardware.hwgraphics@1.1",
"vendor.huanglong.hardware.hwgraphics@1.2",
],
static_libs: ["libarect"],
cppflags: ["-Wno-inconsistent-missing-override"],
}