zlacker

[parent] [thread] 1 comments
1. garaet+(OP)[view] [source] 2022-09-10 15:20:09
>which although based on the Linux kernel, don't expose a POSIX userspace to regular app developers as public API

No, Android apps can contain native code that uses Linux syscalls.

replies(1): >>pjmlp+y3
2. pjmlp+y3[view] [source] 2022-09-10 15:43:20
>>garaet+(OP)
Do so at your own peril, they aren't part of the public API.

"NDK C library"

https://developer.android.com/ndk/guides/stable_apis#c_libra...

"Improving Stability with Private C/C++ Symbol Restrictions in Android N"

https://android-developers.googleblog.com/2016/06/improving-...

"Android changes for NDK developers"

https://android-developers.googleblog.com/2016/06/android-ch...

Termux developers also think they could do whatever they felt like on Android, guess what, they can't.

[go to top]