Dan Albert
Dan Albert
What do you have in mind? This looks like the expected CMake behavior to me. You need to enable C support to build the C code.
Seems plausible. It might actually be more idiomatic to do something `find_package()` shaped. Either way, worth investigating. I can't say when we'll get to this though.
No. If you want new APIs, you need to file framework bugs at http://b.android.com
> (have we really never run the tests on anything new enough to have fdsan?) We were testing on API 29 devices (that's what was new when the pandemic started,...
Test was added in https://reviews.llvm.org/D64979. It seems like they had some double close somewhere that asan was warning them about and they wanted to silence the warning? The asan flavor...
Ah, actually, it was a `filebuf::close` that was being doubled, not a `close`. That's a different story because it's actually allowed by the spec. Change seems correct but the test...
Surprised it took so long for someone to ask :) We don't currently have any plans to provide build system or IDE support for Rust in apps, or to distribute...
> My dream would be to write Android apps 100% in Rust, UI included. Rust is a native language so it will only have direct access to the NDK APIs....
https://docs.rs/ndk/0.3.0/ndk/index.html might also be interesting, though it looks rather incomplete.
Yes, if we were to officially support Rust that would be one of the things we'd need to do.