Merge "Flag off abidw tasks." am: 03e6e00e60

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2552910

Change-Id: I6c39687202ae180c4152e27956feaab01e9a96ef
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-04-20 22:25:36 +00:00
committed by Automerger Merge Worker

View File

@@ -342,7 +342,14 @@ func canDumpAbi(config android.Config) bool {
if android.InList("hwaddress", config.SanitizeDevice()) { if android.InList("hwaddress", config.SanitizeDevice()) {
return false 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. // Feature flag to disable diffing against prebuilts.