summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cc/ndk_library.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/ndk_library.go b/cc/ndk_library.go
index 5250b8610..3e35ef50a 100644
--- a/cc/ndk_library.go
+++ b/cc/ndk_library.go
@@ -484,8 +484,7 @@ 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,
+ HeaderLibs: linker.properties.Export_header_libs,
}
}