diff options
| author | 2021-07-24 03:09:27 +0000 | |
|---|---|---|
| committer | 2021-07-24 03:09:27 +0000 | |
| commit | e9a7d0f73268aec21c65c0c47056c6af0e392b25 (patch) | |
| tree | 89b55402512d583add16955b76438185cbebc266 /android/variable.go | |
| parent | 8830422a2d1401502d6a9cdf728332e6ba40f1ac (diff) | |
| parent | 632d3cf202ae227054f470e112816c52eeb5c5b0 (diff) | |
Merge "Reland "Split the x86 host toolchain into glibc and musl variants"" am: dcbc76134d am: 632d3cf202
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1777148
Change-Id: Icca632d52e633a77b26e960bf11cb448d05bbf64
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"` |