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

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

Add an ABI dump directory for libutils

The ABI dumps add visibility for API changes in a commonly used library.

Test: development/vndk/tools/header-checker/utils/create_reference_dumps.py \
      -libs libutils -products aosp_arm64 \
      -ref-dump-dir system/core/libutils/abi-dumps
Test: m libutils.vendor
Bug: 227282691
Change-Id: I498c62853562a8fc6702bdd622603b6f7d516274
parent 70b22e1c
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -170,10 +170,6 @@ cc_defaults {
    min_sdk_version: "apex_inherit",

    afdo: true,

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

cc_library {
@@ -184,6 +180,12 @@ cc_library {
        enabled: true,
        support_system_process: true,
    },

    header_abi_checker: {
        // AFDO affects weak symbols.
        diff_flags: ["-allow-adding-removing-weak-symbols"],
        ref_dump_dirs: ["abi-dumps"],
    },
}

cc_library {
+15553 −0

File added.

Preview size limit exceeded, changes collapsed.

+15549 −0

File added.

Preview size limit exceeded, changes collapsed.