Merge "Truely re-export export_header_libs from ndk_library" into main

This commit is contained in:
Steven Moreland
2024-08-30 22:02:30 +00:00
committed by Gerrit Code Review

View File

@@ -484,7 +484,8 @@ func (c *stubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) O
// Add a dependency on the header modules of this ndk_library
func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
return Deps{
HeaderLibs: linker.properties.Export_header_libs,
ReexportHeaderLibHeaders: linker.properties.Export_header_libs,
HeaderLibs: linker.properties.Export_header_libs,
}
}