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

Commit a50cca4f authored by Hsin-Yi Chen's avatar Hsin-Yi Chen Committed by Android (Google) Code Review
Browse files

Merge "Disable ABI check for libstatspull" into rvc-dev

parents 806e3bc5 e3bdbfa4
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.