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

Commit 587fb4de authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix: HideFromMake is not registered to llndk_* module types"

parents 38b12202 5e676fe9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -182,6 +182,7 @@ func NewLLndkStubLibrary() *Module {
	module.installer = nil

	module.AddProperties(
		&module.Properties,
		&stub.Properties,
		&library.MutatedProperties,
		&library.flagExporter.Properties)
@@ -225,7 +226,10 @@ func llndkHeadersFactory() android.Module {
	module.linker = decorator
	module.installer = nil

	module.AddProperties(&library.MutatedProperties, &library.flagExporter.Properties)
	module.AddProperties(
		&module.Properties,
		&library.MutatedProperties,
		&library.flagExporter.Properties)

	android.InitAndroidArchModule(module, android.DeviceSupported, android.MultilibBoth)