Add PersistableBundle ndk and AIDL type

Add the new APersistableBundle NDK type for the new AIDL
PersistableBundle.

Test: atest CtsNdkBinderTestCases
Bug: 306401400

Change-Id: I6b9204d8b36f224de610338d2184e73f16ca56d0
diff --git a/libs/binder/ndk/Android.bp b/libs/binder/ndk/Android.bp
index 58ed418..47b9f58 100644
--- a/libs/binder/ndk/Android.bp
+++ b/libs/binder/ndk/Android.bp
@@ -60,6 +60,7 @@
         "libbinder.cpp",
         "parcel.cpp",
         "parcel_jni.cpp",
+        "persistable_bundle.cpp",
         "process.cpp",
         "stability.cpp",
         "status.cpp",