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

This commit is contained in:
Dan Albert
2024-09-03 21:07:54 +00:00
committed by Gerrit Code Review

View File

@@ -484,7 +484,6 @@ 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{
ReexportHeaderLibHeaders: linker.properties.Export_header_libs,
HeaderLibs: linker.properties.Export_header_libs,
}
}