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

Commit a602c176 authored by Marin Shalamanov's avatar Marin Shalamanov
Browse files

Add dependancy to libbase for libhostgraphics

The dependancy is required for the to_string function
which is now defined in Rect.cpp.

Bug: 161793589
Bug: 160404780
Test: m libhostgraphics
Change-Id: Id071c207b5344e36c992f3a095c42a5f135c86d4
parent 522be5a2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@ cc_library_host_static {
        "-Wno-unused-parameter",
    ],

    static_libs: [
        "libbase",
    ],

    srcs: [
        ":libui_host_common",
        "Fence.cpp",