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

Commit d7674f1e authored by Jerome Gaillard's avatar Jerome Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Simplify build of libhostgraphics" into main

parents bf01d199 fc26fae3
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@ cc_library_host_static {
    static_libs: [
        "libbase",
        "libmath",
        "libui-types",
        "libutils",
    ],

    srcs: [
        ":libui_host_common",
        "ADisplay.cpp",
        "ANativeWindow.cpp",
        "Fence.cpp",
@@ -29,15 +29,6 @@ cc_library_host_static {
        "PublicFormat.cpp",
    ],

    include_dirs: [
        // Here we override all the headers automatically included with frameworks/native/include.
        // When frameworks/native/include will be removed from the list of automatic includes.
        // We will have to copy necessary headers with a pre-build step (generated headers).
        ".",
        "frameworks/native/libs/arect/include",
        "frameworks/native/libs/ui/include_private",
    ],

    header_libs: [
        "libnativebase_headers",
        "libnativedisplay_headers",