Merge "Optimizations to abi checking." am: 4e87d89066 am: 87e5bd425c

am: dbfe6309ca

Change-Id: I1cc65bbf420e970c01680811e3d58bdf69fea2cc
This commit is contained in:
Jayant Chowdhary
2017-05-25 23:55:00 +00:00
committed by android-build-merger
7 changed files with 69 additions and 13 deletions

View File

@@ -584,10 +584,10 @@ func PathForVndkRefAbiDump(ctx ModuleContext, version, fileName string, vndkOrNd
var vndkOrNdkDir string
var ext string
if isSourceDump {
ext = ".lsdump"
ext = ".lsdump.gz"
sourceOrBinaryDir = "source-based"
} else {
ext = ".bdump"
ext = ".bdump.gz"
sourceOrBinaryDir = "binary-based"
}
if vndkOrNdk {