binder-for-linux
binder-for-linux copied to clipboard
An experimental project to port Android Binder IPC subsystem to Ubuntu Linux.
cherry-picked from AOSP: https://android.googlesource.com/platform/frameworks/native/+/6913c46492f1153cecc647a87217fbb0b0d19689%5E!/
**OS: Manjaro Linux** **Kernel version: 4.19.60** I copy binder.c/h, binder_alloc.c/h in linux 4.19.60 source code and overwrite binder.c/h in this projcet. Then I enter driver/binder folder and execute `make` command...
**OS:** Ubuntu 20.04 LTS **Shell:** I've tried both BASH and ZSH, with the same results **The Error:** When I try to ./project.sh makeall, I get this: ```make -C /lib/modules/5.4.0-42-generic/build V=0...
Removed checking of return value from misc_deregister as the function returns void in newer kernels. This will allow the drivers to build with Ubuntu 16.04 and other kernels for newer...