Merge "Allow vndk library dependecies to dump abi again."

This commit is contained in:
Treehugger Robot 2017-08-08 18:08:02 +00:00 committed by Gerrit Code Review
commit 998d9eb6b9

View file

@ -351,7 +351,7 @@ func (library *libraryDecorator) compile(ctx ModuleContext, flags Flags, deps Pa
}
return Objects{}
}
if ctx.createVndkSourceAbiDump() {
if ctx.createVndkSourceAbiDump() || library.sabi.Properties.CreateSAbiDumps {
exportIncludeDirs := android.PathsForModuleSrc(ctx, library.flagExporter.Properties.Export_include_dirs)
var SourceAbiFlags []string
for _, dir := range exportIncludeDirs.Strings() {