enh-google
enh-google
i think if you add `xcrypt` to this line in scripts/make.sh, it should work for you? ``` for i in util crypt m resolv selinux smack attr crypto z log...
note that debuggerd already does this kind of thing: https://source.corp.google.com/android/system/core/debuggerd/libdebuggerd/tombstone.cpp;l=115?q=file:debuggerd%20probable&sq=package:%5Eandroid$ if we have more stuff to add, we should probably do it there.
> It does sound like ffmpeg's autodetection is wrong though. at the very least, it seems like they should be looking for the newest constant/function/type they actually need, since they're...
do you have whatever the cmake equivalent of the configure.log file is? because it doesn't make sense that ``` if enabled vulkan; then check_pkg_config_header_only vulkan "vulkan >= 1.3.277" "vulkan/vulkan.h" "defined...
going back to the original question: > Are there any plans to distribute the NDK as Universal 2 binaries? we're still thinking about whether we'll have universal binaries or two...
yeah, that's my understanding too (and how it was for "classic" Rosetta back in the PowerPC transition days). @kongy has actually tried it...
(i don't have a macOS 11 machine to check, but 10.15 certainly only had make 3.81, which is too old to have -O, and i don't expect Apple to have...
> > The fix is in the next release > > @DanAlbert Do you know what he _next_ is ? At least it's not 23.1.7779620 you can see on any...
> The `asan_device_setup` patch that I never got around to sending should be less helpful now that hwasan is the thing that people should be using, right? Should I close...
> At the RISC-V summit last week and at Linux plumbers this week there was a repeated ask that simpleperf and Linux's perf tool be unforked. i assume you mean...