Files
vendor_redroid/gralloc/Android.bp
2025-09-16 15:54:17 +08:00

25 lines
347 B
Plaintext

cc_library_shared {
name: "gralloc.redroid",
vendor: true,
srcs: [
"*.cpp",
],
shared_libs: [
"liblog",
"libcutils",
],
header_libs: [
"libhardware_headers",
],
cflags: [
"-Wall", "-Werror",
"-DLOG_TAG=\"gralloc\"",
],
relative_install_path: "hw",
}