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

Commit a4648c2b authored by Kiyoung Kim's avatar Kiyoung Kim
Browse files

Enable ABI dump for libcutils

Enable ABI dump for libcutils, so ABI can be stabilized from any update
after official release.

Bug: 254141417
Test: abidiff intermediates found from libcutils.vendor build
Change-Id: Ic27c82b908b7836c7bc538a24202ed8adba4d048
parent 30718e74
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -219,11 +219,19 @@ cc_library {
            exclude_srcs: [
                "qtaguid.cpp",
            ],
            header_abi_checker: {
                enabled: true,
                ref_dump_dirs: ["abi-dumps"],
            },
        },
        product: {
            exclude_srcs: [
                "qtaguid.cpp",
            ],
            header_abi_checker: {
                enabled: true,
                ref_dump_dirs: ["abi-dumps"],
            },
        },
    },

+2690 −0

File added.

Preview size limit exceeded, changes collapsed.

+2700 −0

File added.

Preview size limit exceeded, changes collapsed.