Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 631dc15b authored by John Reck's avatar John Reck
Browse files

Remove allocator from composer2.1-4 VTS

Bug: 292584923
Test: make VtsHalGraphicsComposerV2_3TargetTest VtsHalGraphicsComposerV2_4TargetTest VtsHalGraphicsComposerV2_2TargetTest VtsHalGraphicsComposerV2_1TargetTest
Change-Id: I6c5e8c8b96450f800bb60b6ed0ce3b3c10ce1565
parent 6d0abbb4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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: [
+0 −1
Original line number Diff line number Diff line
@@ -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"],
+0 −1
Original line number Diff line number Diff line
@@ -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",
+0 −1
Original line number Diff line number Diff line
@@ -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>
+0 −1
Original line number Diff line number Diff line
@@ -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",
    ],
Loading