Add a few tests that FRONT_BUFFER is flushing properly
Test: this
Bug: 217776226
Change-Id: I49e32391620e005700d39539ca47da64199067a0
diff --git a/graphics/allocator/aidl/vts/Android.bp b/graphics/allocator/aidl/vts/Android.bp
index d74129b..99ffb24 100644
--- a/graphics/allocator/aidl/vts/Android.bp
+++ b/graphics/allocator/aidl/vts/Android.bp
@@ -28,6 +28,7 @@
defaults: [
"VtsHalTargetTestDefaults",
"use_libaidlvintf_gtest_helper_static",
+ "hwui_defaults",
],
srcs: [
"VtsHalGraphicsAllocatorAidl_TargetTest.cpp",
@@ -46,10 +47,15 @@
"libgui",
"libhidlbase",
"libvndksupport",
+ "libnativewindow",
],
static_libs: [
"libaidlcommonsupport",
"libgtest",
+ "libhwui",
+ ],
+ header_libs: [
+ "libhwui_internal_headers",
],
cflags: [
"-Wall",