diff options
| author | 2021-07-23 22:42:21 +0000 | |
|---|---|---|
| committer | 2021-07-23 22:42:21 +0000 | |
| commit | 038ac4c9bca445ff016332996efeee321b990adb (patch) | |
| tree | 4ae98a8df1c285337315c3b608453ec952fc0a70 /android/variable.go | |
| parent | 0cddfa441d1e9f8828582b77d0c42dbfcdaad257 (diff) | |
| parent | 7628e933b6de9a0641bc477f49f5d4546554a8b7 (diff) | |
Merge changes Idbeb4819,Ifc02f9e5 am: 7628e933b6
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1775369
Change-Id: Ib7368499e0d9b099695ef6ff3e8484b396410edc
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"` |