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

Commit 45913f2d authored by Hsin-Yi Chen's avatar Hsin-Yi Chen
Browse files

RESTRICT AUTOMERGE Ignore weak symbol difference in libui ABI check

The diff_flags make the ABI checker ignore the weak symbol difference
caused by PGO.

Test: make libui.vendor
Bug: 230076879
Change-Id: I81de5b6109e3980abffcc3ff4aa90b9debd206e3
parent 15e3ced1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -243,6 +243,10 @@ cc_library_shared {
    ],

    afdo: true,

    header_abi_checker: {
        diff_flags: ["-allow-adding-removing-weak-symbols"],
    },
}

cc_library_headers {