Merge "Allow vndk library dependecies to dump abi again."
This commit is contained in:
commit
998d9eb6b9
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ func (library *libraryDecorator) compile(ctx ModuleContext, flags Flags, deps Pa
|
||||||
}
|
}
|
||||||
return Objects{}
|
return Objects{}
|
||||||
}
|
}
|
||||||
if ctx.createVndkSourceAbiDump() {
|
if ctx.createVndkSourceAbiDump() || library.sabi.Properties.CreateSAbiDumps {
|
||||||
exportIncludeDirs := android.PathsForModuleSrc(ctx, library.flagExporter.Properties.Export_include_dirs)
|
exportIncludeDirs := android.PathsForModuleSrc(ctx, library.flagExporter.Properties.Export_include_dirs)
|
||||||
var SourceAbiFlags []string
|
var SourceAbiFlags []string
|
||||||
for _, dir := range exportIncludeDirs.Strings() {
|
for _, dir := range exportIncludeDirs.Strings() {
|
||||||
|
|
Loading…
Reference in a new issue