From 6dabfdda651e2d22a39b46cddeb92f81c8087b14 Mon Sep 17 00:00:00 2001 From: Android Culprit Assistant Date: Mon, 2 Oct 2023 21:26:39 +0000 Subject: [PATCH] Revert "NDK library: enable feature flags for diffing ABI repres..." This revert was created by Android Culprit Assistant. The culprit was identified in the following culprit search session (http://go/aca-get/e18f14a6-af8b-4b9e-8f8e-73515c608887). Change-Id: I4e0b62eea9e1c0ff49fbbf92e900606ccf93b93a --- cc/ndk_library.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/ndk_library.go b/cc/ndk_library.go index 40bf218c1..9df628f3d 100644 --- a/cc/ndk_library.go +++ b/cc/ndk_library.go @@ -339,7 +339,7 @@ func canDumpAbi(config android.Config) bool { // Feature flag to disable diffing against prebuilts. func canDiffAbi() bool { - return true + return false } func (this *stubDecorator) dumpAbi(ctx ModuleContext, symbolList android.Path) {