Giter VIP home page Giter VIP logo

binder-linux's Introduction

About

Goal of this project is to use Android Binder at Linux desktop environment. The most of source code was come from Android Source Repositories. But, the source code was modified slightly for Linux dekstop.

Prerequisites to build

  1. Linux kernel's Binder must be enabled.
  2. libselinux must be installed. http://userspace.selinuxproject.org/
  3. CMake is used as a build system.
  4. If you want to build with aidl-cpp, please do "git clone https://github.com/hiking90/aidl-cpp.git" as a subdirectory of the project. Ex) $ cd binder-linux && git clone ...

Build

$ cmake .
$ make

Testing

$ ./servicemanager &
$ ./test_main server &
$ ./test_main

Aidl for Cpp

AOSP Git Comments

  • native/include/binder 115e6ec7e93a68b753c9e859221785bd798ab5f8
  • native/libs/binder 59e086f536e1dbbbfe9cb6a1826aaddef999d5ce
  • libutils 0f39fe22ae3886cff53e48a3de0c9bf306919a9d
  • libcutils 5f851752d36eb6b15ecf4e18871624810f771810

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.