pelya / android-shmem

System V shared memory emulation on Android, using ashmem. That includes shmget, shmat, shmdt and shmctl functions.
BSD 3-Clause "New" or "Revised" License
200 stars 43 forks source link

Add LOCAL_LDLIBS to Android.mk so that it compiles and fill in README.md #2

Closed uberspot closed 9 years ago

uberspot commented 9 years ago

Without the LOCAL_LDLIBS it failed to compile on the latest ndk.