Revert "liblog: disable header_abi_checker"

All planned changes to liblog have been made, so it's time to
re-enable this.

This reverts commit 896fb9e57a.

Test: build
This commit is contained in:
Tom Cherry 2020-02-26 13:43:31 -08:00
parent 7ef2b1d853
commit cfcf684c83

View file

@ -101,11 +101,6 @@ cc_library {
versions: ["29", "30"],
},
// TODO(tomcherry): Renable this before release branch is cut
header_abi_checker: {
enabled: false,
},
cflags: [
"-Wall",
"-Werror",