Support defaults properties in java_system_module
Test: none Change-Id: I08e5c39690b3c9960dc5e99c4b866a2523c9eafb
This commit is contained in:
parent
ff3f43857f
commit
667ffa192f
1 changed files with 2 additions and 0 deletions
|
@ -87,11 +87,13 @@ func SystemModulesFactory() android.Module {
|
|||
module := &SystemModules{}
|
||||
module.AddProperties(&module.properties)
|
||||
android.InitAndroidArchModule(module, android.HostAndDeviceSupported, android.MultilibCommon)
|
||||
android.InitDefaultableModule(module)
|
||||
return module
|
||||
}
|
||||
|
||||
type SystemModules struct {
|
||||
android.ModuleBase
|
||||
android.DefaultableModuleBase
|
||||
|
||||
properties SystemModulesProperties
|
||||
|
||||
|
|
Loading…
Reference in a new issue