Fix writing soong.variables .
ConfiguredJarList had a marshaler but no unmarshaler. Bug: 182965747 Test: Presubmits. Change-Id: Id03669f4a0a3d389063a4e4b11af6d6be63dbba3
This commit is contained in:
@@ -426,6 +426,9 @@ func (v *productVariables) SetDefaultConfig() {
|
||||
Malloc_zero_contents: boolPtr(true),
|
||||
Malloc_pattern_fill_contents: boolPtr(false),
|
||||
Safestack: boolPtr(false),
|
||||
|
||||
BootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}},
|
||||
UpdatableBootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}},
|
||||
}
|
||||
|
||||
if runtime.GOOS == "linux" {
|
||||
|
Reference in New Issue
Block a user