android-shmem
android-shmem copied to clipboard
System V shared memory emulation on Android, using ashmem. That includes shmget, shmat, shmdt and shmctl functions.
I have chrooted debian in android marshmallow (snapdragon 650 [64bi]t). I cloned your repo and run ndk-build. It created libandroid-shmem.so in lib and obj directories . I copied from armv8-a...
Alsa dmix module uses shmget syscall. I have preloaded emulation library, but it seems to call shmget direcly. Is there any way to override functions from libasound?
Please can you make a tutorial? thanks.