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

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

Disable ABI check for libstatspull

The ABI dump for libstatspull can't be built due to the link error.

Test: development/vndk/tools/header-checker/utils/create_reference_dumps.py
Bug: 151102177
Bug: 151694054
Change-Id: Id324890235679b9593995b6e12a60ef055b4c825
parent e6ecb06d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -53,6 +53,10 @@ cc_library_shared {
        "com.android.os.statsd",
        "test_com.android.os.statsd",
    ],
    // TODO(b/151102177): Enable it when the build error is fixed.
    header_abi_checker: {
        enabled: false,
    },
}

// ONLY USE IN TESTS.