diff options
| author | 2021-07-23 22:08:19 +0000 | |
|---|---|---|
| committer | 2021-07-23 22:08:19 +0000 | |
| commit | 7628e933b6de9a0641bc477f49f5d4546554a8b7 (patch) | |
| tree | 4ae98a8df1c285337315c3b608453ec952fc0a70 /android/variable.go | |
| parent | 2231f8a21c9d0c3e3c66356209bbfb527b773976 (diff) | |
| parent | 59422389668d6813d7097c662d46b63fa0960cf3 (diff) | |
Merge changes Idbeb4819,Ifc02f9e5
* changes:
Add dynamic_list property
Split the x86 host toolchain into glibc and musl variants
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 d0a23aaa1..d32debe42 100644 --- a/android/variable.go +++ b/android/variable.go @@ -203,6 +203,7 @@ type productVariables struct { HostArch *string `json:",omitempty"` HostSecondaryArch *string `json:",omitempty"` + HostMusl *bool `json:",omitempty"` CrossHost *string `json:",omitempty"` CrossHostArch *string `json:",omitempty"` |