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

Commit 1439474e authored by Hsin-Yi Chen's avatar Hsin-Yi Chen Committed by Automerger Merge Worker
Browse files

Merge "Disable ABI check for libstatspull" into rvc-dev am: a50cca4f am: c66e00d9

Change-Id: I92371c0f8353775fa0d6c6f5eb90794872eee5ad
parents 826db0cb c66e00d9
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.