binder: Add native binder service skeleton for iorapd

Add simple 'hello-world' type service skeleton (see IIorap.aidl).
Binder service acts as a stub: receives commands and replies with
precanned reply.

See also the frameworks/base/startop corresponding change that adds
the client-side binder tests.

Note: selinux is currently not supported, need to use
 $> adb shell setenforce 0

Prior to running any tests relying on binder connectivity.

Bug: 72170747
Test: atest iorapd-tests
Test: atest libiorap-java-tests
Change-Id: Id5ba579845105e331d764838c357924810a64c6c
19 files changed
tree: c5ca1b8bcc18893f823a03c8b5101f66b0747d68
  1. binder/
  2. docs/
  3. include/
  4. src/
  5. tests/
  6. Android.bp