diff options
author | 2023-06-21 15:16:23 -0700 | |
---|---|---|
committer | 2023-06-21 15:16:23 -0700 | |
commit | 981c926269035b79bd59d15480e806e652575a54 (patch) | |
tree | 6523210015f82f5db7badf3bb6001b80dd51be1b /android/variable.go | |
parent | 81b25ed02b11753e4dcc224ebead3107b433861e (diff) |
Rename device_config --> aconfig and definitions --> declarations
Bug: 285303012
Test: for x in next trunk trunk_food trunk_staging ; do lunch aosp_panther-$x-eng ; m nothing ; done
Change-Id: I3375f46b3ecbbc516d1bee6ab3f80725fcccde8f
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go index c5f1823c1..00315bc1a 100644 --- a/android/variable.go +++ b/android/variable.go @@ -477,8 +477,8 @@ type productVariables struct { ProductBrand string `json:",omitempty"` BuildVersionTags []string `json:",omitempty"` - ReleaseVersion string `json:",omitempty"` - ReleaseDeviceConfigValueSets []string `json:",omitempty"` + ReleaseVersion string `json:",omitempty"` + ReleaseAconfigValueSets []string `json:",omitempty"` } func boolPtr(v bool) *bool { |