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

Commit 6dabfdda authored by Android Culprit Assistant's avatar Android Culprit Assistant Committed by Gerrit Code Review
Browse files

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
parent 0a6c5c2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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) {