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

Commit 2e65266a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Flag off abidw tasks." am: 03e6e00e am: f06eb4f2 am: 06efd1a9 am: 8c1abddf

parents 80f113b0 8c1abddf
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -342,7 +342,14 @@ func canDumpAbi(config android.Config) bool {
	if android.InList("hwaddress", config.SanitizeDevice()) {
		return false
	}
	return true
	// http://b/156513478
	// http://b/277624006
	// This step is expensive. We're not able to do anything with the outputs of
	// this step yet (canDiffAbi is flagged off because libabigail isn't able to
	// handle all our libraries), disable it. There's no sense in protecting
	// against checking in code that breaks abidw since by the time any of this
	// can be turned on we'll need to migrate to STG anyway.
	return false
}

// Feature flag to disable diffing against prebuilts.