Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88c768dd authored by Jiyong Park's avatar Jiyong Park
Browse files

Truely re-export export_header_libs from ndk_library

Bug: 357711733
Test: m CtsNdkBinderTestCases
Change-Id: If498f42cb93904c117129cd96286b437607d6b0a
parent 7a2a2549
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -484,6 +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,
	}
}