Merge "Disable ABI check for libstatspull" into rvc-dev
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
+}