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
This commit is contained in:
Android Culprit Assistant 2023-10-02 21:26:39 +00:00 committed by Gerrit Code Review
parent 0a6c5c2ffb
commit 6dabfdda65

View file

@ -339,7 +339,7 @@ func canDumpAbi(config android.Config) bool {
// Feature flag to disable diffing against prebuilts. // Feature flag to disable diffing against prebuilts.
func canDiffAbi() bool { func canDiffAbi() bool {
return true return false
} }
func (this *stubDecorator) dumpAbi(ctx ModuleContext, symbolList android.Path) { func (this *stubDecorator) dumpAbi(ctx ModuleContext, symbolList android.Path) {