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

am: 587fb4de9a

Change-Id: If0bcd3d4a523a5867b28f787578dd192c8bfd68b
This commit is contained in:
Jiyong Park
2019-04-17 07:58:32 -07:00
committed by android-build-merger

View File

@@ -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)