diff options
| author | 2021-07-23 23:00:37 +0000 | |
|---|---|---|
| committer | 2021-07-23 23:00:37 +0000 | |
| commit | a45cf21495cdcfef6be18cf3fb35ab1a4d63e9cb (patch) | |
| tree | 6b57c13c6d4f7df6e3dbefb7c43ccfc879e1d455 /android/variable.go | |
| parent | fba8644b97d71d17c28556dca9996806ec4b7101 (diff) | |
| parent | 038ac4c9bca445ff016332996efeee321b990adb (diff) | |
Merge changes Idbeb4819,Ifc02f9e5 am: 7628e933b6 am: 038ac4c9bc
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1775369
Change-Id: Icb2f36d978b0aee2e883a510029a410d406d1ff3
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index 57f11b062..c866254e6 100644 --- a/android/variable.go +++ b/android/variable.go @@ -204,6 +204,7 @@ type productVariables struct { HostArch *string `json:",omitempty"` HostSecondaryArch *string `json:",omitempty"` + HostMusl *bool `json:",omitempty"` CrossHost *string `json:",omitempty"` CrossHostArch *string `json:",omitempty"` |