Install libbinder_ndk to the system.

This library is in the NDK, so it needs to be guaranteed to be
installed even thought there are no platform dependencies on it.

Bug: 111445392
Test: it is installed
Change-Id: Iba7b224f0d95c62634a728ce7e178af6d08aa7dc
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index 832e509..ac83fbd 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -108,6 +108,7 @@
     libaudiopolicyservice \
     libaudioutils \
     libbinder \
+    libbinder_ndk \
     libc \
     libcamera2ndk \
     libcamera_client \