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

Commit 5b850a7d authored by Jerome Gaillard's avatar Jerome Gaillard
Browse files

Delete unneeded filegroup

The libui_host_common file group was created to be able to include
certain files from libui into a host build without having to make the
entire library host compatible. This is exactly what libui-types has
done, so that can be used instead of this filegroup.

Bug: 322360037
Test: build libhostgraphics
Change-Id: I6b347980d393b48afddfc97058ab189811e2e640
parent 5013f984
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -277,13 +277,3 @@ subdirs = [
    "tests",
    "tools",
]

filegroup {
    name: "libui_host_common",
    srcs: [
        "Rect.cpp",
        "Region.cpp",
        "PixelFormat.cpp",
        "Transform.cpp",
    ],
}