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

Commit 6856842f authored by Yi Kong's avatar Yi Kong Committed by Automerger Merge Worker
Browse files

Merge "Use the newly introduced whole_program_vtables property" am: 3dd6b0f0...

Merge "Use the newly introduced whole_program_vtables property" am: 3dd6b0f0 am: 46eb57c4 am: df3efc6e am: 0a8a201d am: b136bd7e

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

Change-Id: I8132af0d03b1bd1f50064b1e8e9cfa9bbda7592a
parents d11cbc50 b136bd7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,11 +44,11 @@ cc_defaults {
    defaults: ["libgpuservice_defaults"],
    cflags: [
        "-fvisibility=hidden",
        "-fwhole-program-vtables", // requires ThinLTO
    ],
    lto: {
        thin: true,
    },
    whole_program_vtables: true, // Requires ThinLTO
}

filegroup {
+1 −1
Original line number Diff line number Diff line
@@ -102,11 +102,11 @@ cc_defaults {
    defaults: ["libsurfaceflinger_defaults"],
    cflags: [
        "-fvisibility=hidden",
        "-fwhole-program-vtables", // requires ThinLTO
    ],
    lto: {
        thin: true,
    },
    whole_program_vtables: true, // Requires ThinLTO
    // TODO(b/131771163): Fix broken fuzzer support with LTO.
    sanitize: {
        fuzzer: false,