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

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

Enable header_abi_checker for libutils explicitly

The ABI checking rules for VNDK will be deleted from the main branch.
To keep monitoring the ABI, the check must be enabled explicitly.

Test: m libutils.vendor
Bug: 314010764
Change-Id: I762dec1ed7de014db653663d2917a19df5076fc8
parent 94d60a73
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -191,6 +191,7 @@ cc_library {
    target: {
        product: {
            header_abi_checker: {
                enabled: true,
                // AFDO affects weak symbols.
                diff_flags: ["-allow-adding-removing-weak-symbols"],
                ref_dump_dirs: ["abi-dumps"],
@@ -198,6 +199,7 @@ cc_library {
        },
        vendor: {
            header_abi_checker: {
                enabled: true,
                // AFDO affects weak symbols.
                diff_flags: ["-allow-adding-removing-weak-symbols"],
                ref_dump_dirs: ["abi-dumps"],