Remove allocator from composer2.1-4 VTS

Bug: 292584923
Test: make VtsHalGraphicsComposerV2_3TargetTest VtsHalGraphicsComposerV2_4TargetTest VtsHalGraphicsComposerV2_2TargetTest VtsHalGraphicsComposerV2_1TargetTest
Change-Id: I6c5e8c8b96450f800bb60b6ed0ce3b3c10ce1565
This commit is contained in:
John Reck 2023-07-26 16:06:34 -04:00
parent 6d0abbb439
commit 631dc15b2e
11 changed files with 0 additions and 11 deletions

View file

@ -26,7 +26,6 @@ package {
cc_library_static {
name: "android.hardware.graphics.composer@2.1-vts",
defaults: [
"android.hardware.graphics.allocator-ndk_static",
"hidl_defaults",
],
srcs: [

View file

@ -27,7 +27,6 @@ cc_test {
name: "VtsHalGraphicsComposerV2_1TargetTest",
defaults: [
"VtsHalTargetTestDefaults",
"android.hardware.graphics.allocator-ndk_static",
],
tidy_timeout_srcs: ["VtsHalGraphicsComposerV2_1TargetTest.cpp"],
srcs: ["VtsHalGraphicsComposerV2_1TargetTest.cpp"],

View file

@ -26,7 +26,6 @@ package {
cc_library_static {
name: "android.hardware.graphics.composer@2.2-vts",
defaults: [
"android.hardware.graphics.allocator-ndk_static",
"android.hardware.graphics.composer3-ndk_static",
"hidl_defaults",
"librenderengine_deps",

View file

@ -22,7 +22,6 @@
#include <renderengine/ExternalTexture.h>
#include <renderengine/RenderEngine.h>
#include <ui/GraphicBuffer.h>
#include <ui/GraphicBufferAllocator.h>
#include <ui/PixelFormat.h>
#include <ui/Rect.h>
#include <ui/Region.h>

View file

@ -27,7 +27,6 @@ cc_test {
name: "VtsHalGraphicsComposerV2_2TargetTest",
defaults: [
"VtsHalTargetTestDefaults",
"android.hardware.graphics.allocator-ndk_static",
"android.hardware.graphics.composer3-ndk_static",
"librenderengine_deps",
],

View file

@ -26,7 +26,6 @@
#include <hidl/GtestPrinter.h>
#include <hidl/ServiceManagement.h>
#include <ui/GraphicBuffer.h>
#include <ui/GraphicBufferAllocator.h>
#include <ui/PixelFormat.h>
#include <ui/Rect.h>
#include <ui/Region.h>

View file

@ -26,7 +26,6 @@ package {
cc_library_static {
name: "android.hardware.graphics.composer@2.3-vts",
defaults: [
"android.hardware.graphics.allocator-ndk_static",
"hidl_defaults",
],
srcs: [

View file

@ -27,7 +27,6 @@ cc_test {
name: "VtsHalGraphicsComposerV2_3TargetTest",
defaults: [
"VtsHalTargetTestDefaults",
"android.hardware.graphics.allocator-ndk_static",
],
tidy_timeout_srcs: ["VtsHalGraphicsComposerV2_3TargetTest.cpp"],
srcs: ["VtsHalGraphicsComposerV2_3TargetTest.cpp"],

View file

@ -26,7 +26,6 @@ package {
cc_library_static {
name: "android.hardware.graphics.composer@2.4-vts",
defaults: [
"android.hardware.graphics.allocator-ndk_static",
"hidl_defaults",
],
srcs: [

View file

@ -27,7 +27,6 @@ cc_test {
name: "VtsHalGraphicsComposerV2_4TargetTest",
defaults: [
"VtsHalTargetTestDefaults",
"android.hardware.graphics.allocator-ndk_static",
],
tidy_timeout_srcs: ["VtsHalGraphicsComposerV2_4TargetTest.cpp"],
srcs: ["VtsHalGraphicsComposerV2_4TargetTest.cpp"],

View file

@ -20,7 +20,6 @@
#include <renderengine/ExternalTexture.h>
#include <renderengine/RenderEngine.h>
#include <ui/GraphicBuffer.h>
#include <ui/GraphicBufferAllocator.h>
#include <ui/PixelFormat.h>
#include <ui/Rect.h>
#include <ui/Region.h>