enh-google
enh-google
there are still three other unimplemented String intrinsics in the list? ``` V(StringGetCharsNoCheck) \ V(StringStringIndexOf) \ V(StringStringIndexOfAfter) \ ``` although it looks like arm64/x86-64 don't implement the latter two either?...
no, the problem is that Studio currently requires this. that's bug https://code.google.com/p/android/issues/detail?id=229391 and until/unless that's fixed, there's nothing we can do in the NDK.
> We need to change the directory separately to compile it under aapt to solve this problem that seems unlikely? doesn't a top-level build get you an aapt binary? it...
> Will your internal CI testing include VTS in the test project? eventually, though i suspect "does it boot?" will be first, then the usual _subset_ of CTS trigged by...
https://man7.org/linux/man-pages/man3/syslog.3.html would be the portable way to log from libc (and ends up in the same place).
if you're worried about pre-L like that golang code, note that the next release of the NDK won't support pre-L anyway...
> The only downsides to syslog is that iirc you can only have one log tag per process (for the record, that's not _strictly_ correct --- syslog() will use whatever...
(i've added a link from the bionic docs to the unwinder docs: https://android-review.googlesource.com/c/platform/bionic/+/1482722)
@leleliu008 --- a bit off-topic, but i'd be curious to know what specifically you're missing from bash in Android's mksh. we won't be doing any/much work on mksh, but http://landley.net/toybox/...
here's the "citation needed" for my claim that chrome already shipped a PAC/BTI-enabled binary: https://community.arm.com/arm-community-blogs/b/operating-systems-blog/posts/control-flow-integrity (though as that blog post mentions, the real question is always "at what point does...