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

Commit 36272072 authored by Fedor Kudasov's avatar Fedor Kudasov
Browse files

Enable surface for host

Bug: 117921091
Test: all tests should pass
Change-Id: I222ddcfda80c96726d96158173fcc1015abf7d36
parent a919e0e0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -187,3 +187,11 @@ subdirs = [
    "tests",
    "tools",
]

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