LightSun / binder-for-linux

study binder from android to ubuntu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binder-for-linux

binder-for-linux is an experimental project to evaluate the feasibility of porting Android Binder IPC subsystem to Ubuntu Linux.

#code

  • Codebase: android 9.0.1
  • The whole project is used for buildroot, the codes in dir src is used for linux.
  • All files Confige.in is used for buildroot, delete these if project if used for linux.
  • When you just use the codes in dir src, add a few of variables in Makefile
    • CC: the gcc tools
    • CXX: the g++ tools
    • CFLAGS: flags for gcc or g++
    • TOPDIR: the root path of you project

#compile

  • if project is used for buildroot
    • make libbinder or make libbinder-rebuild
  • if project is just used for linux
    • make or make all

About

study binder from android to ubuntu.


Languages

Language:C++ 60.7%Language:C 28.2%Language:Batchfile 7.0%Language:Assembly 2.8%Language:Makefile 1.2%Language:Shell 0.1%Language:Python 0.1%Language:CMake 0.0%