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

Commit 40810a17 authored by Hsin-Yi Chen's avatar Hsin-Yi Chen Committed by Automerger Merge Worker
Browse files

Merge "Add an ABI dump directory for libutils" am: 20d45cc9 am: 92c70186

parents 8e777235 92c70186
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.