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:
parent
0a6c5c2ffb
commit
6dabfdda65
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ func canDumpAbi(config android.Config) bool {
|
|||
|
||||
// Feature flag to disable diffing against prebuilts.
|
||||
func canDiffAbi() bool {
|
||||
return true
|
||||
return false
|
||||
}
|
||||
|
||||
func (this *stubDecorator) dumpAbi(ctx ModuleContext, symbolList android.Path) {
|
||||
|
|
Loading…
Reference in a new issue