summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2019-08-12 19:56:16 +0100
committer Roland Levillain <rpl@google.com> 2019-08-13 15:08:29 +0100
commita386321345b10d554e6696e58d9a3786cf258718 (patch)
tree840c9e0a8d3354db5c1a6cf1a1c6258e70790449 /android/variable.go
parentdfee9b436481c1fe3c36396c557116c20090ae37 (diff)
Rename Soong variable `FlattenApex` as `Flatten_apex`.
This is so that it can be used as a Soong/Blueprint property. Test: m Bug: 139277987 Change-Id: I8840811fde92a71e97ed100aacfc7fbb003580d0
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/variable.go b/android/variable.go
index 8886bae20..0931db852 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -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"`