Add libbinder_ndk to the NDK.
This library is a C API over libbinder. Its intended to be used as a
bakend of AIDL, but implemented services direclty in this protocol is
also possible.
Bug: 111445392
Test: runtests.sh
Change-Id: Iaf3adc0dce0646dcc04e78ae33cccdf0c29d613c
diff --git a/libs/binder/ndk/runtests.sh b/libs/binder/ndk/runtests.sh
index 6c8527d..2257eb2 100755
--- a/libs/binder/ndk/runtests.sh
+++ b/libs/binder/ndk/runtests.sh
@@ -37,4 +37,7 @@
adb wait-for-device
adb sync data
+# very simple unit tests, tests things outside of the NDK as well
run_libbinder_ndk_test
+
+atest android.binder.cts.NdkBinderTest