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/Android.bp b/Android.bp
index 3992f82..81d0615 100644
--- a/Android.bp
+++ b/Android.bp
@@ -89,6 +89,12 @@
     ],
 }
 
+aidl_library {
+    name: "PersistableBundle_aidl",
+    hdrs: ["aidl/binder/android/os/PersistableBundle.aidl"],
+    strip_import_prefix: "aidl/binder",
+}
+
 cc_library_headers {
     name: "libandroid_headers_private",
     export_include_dirs: ["include/private"],