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

Commit 7f1ae59d authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Revert "Truely re-export export_header_libs from ndk_library"

This reverts commit 88c768dd.

Reason for revert: not how this module type is supposed to be used

Change-Id: Iced1ad336c5fe5d630bb8e268b08d652e80f262d
parent 88c768dd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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,
	}
}