commit | 1931535039ed26abd38ff321fe5b7edc0521b01c | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Wed Oct 11 14:56:20 2023 -0400 |
committer | Kevin Lubick <kjlubick@google.com> | Wed Oct 11 19:47:09 2023 +0000 |
tree | 3f5fb40782f528f6918000407d92c761976c2058 | |
parent | b1d568767ee9e0397a7174e5d84c9f774770263a [diff] |
Minor fixes for buffet build Certain toolchains compile headers independently, and thus noticed some missing #includes. This also removes the default_malloc_impl module, as that gives linking errors in some environments because a symbol is potentially missing depending on link order. See also http://cl/572301023 Bug: b/40045064 Bug: b/237076898 Change-Id: Ia0a3f32bdab9bc92d09eddd3e5dc7c190cb5caf3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/765357 Reviewed-by: Leandro Lovisolo <lovisolo@google.com>