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
diff --git a/libstats/pull/Android.bp b/libstats/pull/Android.bp
index 0fb8f1b..a7b5d91 100644
--- a/libstats/pull/Android.bp
+++ b/libstats/pull/Android.bp
@@ -53,6 +53,10 @@
"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.
@@ -86,4 +90,4 @@
"-Wno-unused-function",
"-Wno-unused-parameter",
],
-}
\ No newline at end of file
+}