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

Commit 16f83255 authored by Jiyong Park's avatar Jiyong Park
Browse files

Only public symbols of libmediametrics are ABI-checked

Use symbol_file property to make only the public symbols of
libmediametrics are checked for ABI compatibility.

Bug: 138219814
Test: development/vndk/tools/header-checker/utils/create_reference_dumps.py -libs libmediametrics -ref-dump-dir prebuilts/abi-dumps/platform
Change-Id: I329b961d2d02e0c6d298562769324eeb5e49c9e3
parent f4ebe698
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ cc_library_shared {

    header_abi_checker: {
        enabled: true,
        symbol_file: "libmediametrics.map.txt",
    },
}