authfs: Support RPC binder

This change adds a new flag --rpc-binder to authfs, and --cid to
fd_server. The flag allows both to communicate through vsock. The
capability of local binder is kept for now (and still the default),
but can be removed later.

The change relies on the newly introduced libbinder_rpc_unstable.so
and the corresponding bindgen, in order to access the unstable API from
Rust.

Also, add authfs and libbinder_rpc_unstable to microdroid.

Bug: 190547489
Bug: 189947807
Test: [Android shell] sh -c 'exec 9<>/data/local/tmp/output \
          /apex/com.android.virt/bin/fd_server --rw-fds 9 --rpc-binder'
      [VM shell] /apex/com.android.virt/bin/authfs \
          /data/local/tmp --cid 2 --remote-new-rw-file 9:9
      [VM shell 2] ps -A > /data/local/tmp/9
      [Android shell] cat /data/local/tmp/output  # see correct data
Change-Id: I200f746aa4078508a0f0d2498a1525bb898a6e3b
7 files changed