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

Commit 0a6c5c2f authored by Matthias Maennich's avatar Matthias Maennich Committed by Aleksei Vetrov
Browse files

NDK library: enable feature flags for diffing ABI representations



Bug: 156513478
Change-Id: I94a0e2de051da9d9d82414a7189399553981c53f
Signed-off-by: default avatarMatthias Maennich <maennich@google.com>
parent 774bac18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -339,7 +339,7 @@ func canDumpAbi(config android.Config) bool {

// Feature flag to disable diffing against prebuilts.
func canDiffAbi() bool {
	return false
	return true
}

func (this *stubDecorator) dumpAbi(ctx ModuleContext, symbolList android.Path) {