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

Commit 73bbfd93 authored by Hsin-Yi Chen's avatar Hsin-Yi Chen
Browse files

RESTRICT AUTOMERGE Ignore weak symbol difference in libbinder ABI check

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

Test: make libbinder.vendor
Bug: 230079120
Change-Id: I55878c1b2653b33edd61756e269c86a110016351
parent 7be8557f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -226,6 +226,10 @@ cc_library {
    ],

    afdo: true,

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

cc_defaults {