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:
parent
6d0abbb439
commit
631dc15b2e
11 changed files with 0 additions and 11 deletions
|
@ -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: [
|
||||
|
|
|
@ -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"],
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
],
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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: [
|
||||
|
|
|
@ -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"],
|
||||
|
|
|
@ -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: [
|
||||
|
|
|
@ -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"],
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue