Вопрос

I was trying to port a library to Android
and I noticed it uses OpenKODE core and includes KD/kd.h.
Is there support for OpenKODE core in Android NDK ?

Это было полезно?

Решение

From what is present in the AOSP, there is no sign of the OpenKODE library.

Edit : Quoting from the android-ndk Google Group :

Nope, there isn't. Most of KD/kd.h is a light wrapper around Posix features though, so you should be able to write one.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top