android ndk - Cutils not included in NDK? -


i need use cutils library , headers implement ashmem on ndk project not find related cutils in system. located or can obtain it?

the android "cutils" library, found in sources @ system/core/libcutils, not part of ndk. code there changes every release, it's not can rely on.

the best approach copy source relevant portions of library project.


Comments