mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "VTS: Add flag dependency so librenderengine can be used" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
4aa07336a7
@@ -38,6 +38,7 @@ cc_library_static {
|
||||
],
|
||||
shared_libs: [
|
||||
"libui",
|
||||
"server_configurable_flags",
|
||||
],
|
||||
static_libs: [
|
||||
"android.hardware.graphics.composer@2.1-vts",
|
||||
@@ -48,6 +49,7 @@ cc_library_static {
|
||||
"libnativewindow",
|
||||
"librenderengine",
|
||||
"libshaders",
|
||||
"libsurfaceflinger_common",
|
||||
"libtonemap",
|
||||
],
|
||||
export_static_lib_headers: [
|
||||
|
||||
@@ -54,6 +54,7 @@ cc_test {
|
||||
"libsync",
|
||||
"libui",
|
||||
"android.hardware.common-V2-ndk",
|
||||
"server_configurable_flags",
|
||||
],
|
||||
static_libs: [
|
||||
"android.hardware.graphics.common@1.1",
|
||||
@@ -66,6 +67,7 @@ cc_test {
|
||||
"librenderengine",
|
||||
"libshaders",
|
||||
"libtonemap",
|
||||
"libsurfaceflinger_common",
|
||||
],
|
||||
header_libs: [
|
||||
"android.hardware.graphics.composer@2.1-command-buffer",
|
||||
|
||||
@@ -56,6 +56,7 @@ cc_test {
|
||||
"libhidlbase",
|
||||
"libprocessgroup",
|
||||
"libvndksupport",
|
||||
"server_configurable_flags",
|
||||
],
|
||||
header_libs: [
|
||||
"android.hardware.graphics.composer3-command-buffer",
|
||||
@@ -74,6 +75,7 @@ cc_test {
|
||||
"libshaders",
|
||||
"libsync",
|
||||
"libtonemap",
|
||||
"libsurfaceflinger_common",
|
||||
],
|
||||
cflags: [
|
||||
"-Wconversion",
|
||||
|
||||
Reference in New Issue
Block a user