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

Commit 14f777d5 authored by Derek Sollenberger's avatar Derek Sollenberger Committed by Android (Google) Code Review
Browse files

Merge "Fix issue with duplicate symbols in renderengine_test" into sc-dev

parents 70c7c0da c8d959d7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -31,10 +31,6 @@ cc_defaults {
        "libui",
        "libutils",
    ],
    include_dirs: [
        "external/skia/src/gpu",
    ],
    whole_static_libs: ["libskia"],
    local_include_dirs: ["include"],
    export_include_dirs: ["include"],
}
@@ -106,6 +102,10 @@ cc_library_static {
        ":librenderengine_threaded_sources",
        ":librenderengine_skia_sources",
    ],
    include_dirs: [
        "external/skia/src/gpu",
    ],
    whole_static_libs: ["libskia"],
    lto: {
        thin: true,
    },