first commit
This commit is contained in:
24
gralloc/Android.bp
Normal file
24
gralloc/Android.bp
Normal file
@@ -0,0 +1,24 @@
|
||||
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",
|
||||
}
|
||||
Reference in New Issue
Block a user