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

Commit feb8a6ed authored by Leon Scroggins's avatar Leon Scroggins Committed by Automerger Merge Worker
Browse files

Merge "Use a mini version of libskia in renderengine" into sc-dev am: 0a63f543

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/14340929

Change-Id: I44152c61f3333f3c24b3b8b2d44bf7a73e777ec2
parents 54365ea8 0a63f543
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ cc_library_static {
    include_dirs: [
        "external/skia/src/gpu",
    ],
    whole_static_libs: ["libskia"],
    whole_static_libs: ["libskia_renderengine"],
    lto: {
        thin: true,
    },
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ cc_defaults {
    name: "libsurfaceflinger_defaults",
    defaults: [
        "surfaceflinger_defaults",
        "skia_deps",
        "skia_renderengine_deps",
    ],
    cflags: [
        "-DLOG_TAG=\"SurfaceFlinger\"",