Merge "Rename Soong variable FlattenApex
as Flatten_apex
."
This commit is contained in:
commit
5f576375fa
2 changed files with 2 additions and 2 deletions
|
@ -1077,7 +1077,7 @@ func (c *config) ExcludeDraftNdkApis() bool {
|
|||
}
|
||||
|
||||
func (c *config) FlattenApex() bool {
|
||||
return Bool(c.productVariables.FlattenApex)
|
||||
return Bool(c.productVariables.Flatten_apex)
|
||||
}
|
||||
|
||||
func (c *config) EnforceSystemCertificate() bool {
|
||||
|
|
|
@ -277,7 +277,7 @@ type productVariables struct {
|
|||
Ndk_abis *bool `json:",omitempty"`
|
||||
Exclude_draft_ndk_apis *bool `json:",omitempty"`
|
||||
|
||||
FlattenApex *bool `json:",omitempty"`
|
||||
Flatten_apex *bool `json:",omitempty"`
|
||||
|
||||
DexpreoptGlobalConfig *string `json:",omitempty"`
|
||||
|
||||
|
|
Loading…
Reference in a new issue