diff options
author | 2023-10-20 16:53:08 +0000 | |
---|---|---|
committer | 2023-10-31 20:01:06 +0000 | |
commit | 33ce330de12e3ed3ae9cb1311aed72c6f8611a47 (patch) | |
tree | 773a1a4c97ac576ae75fd6667f8ef0b0d2326f47 /aidl | |
parent | 49753ae00a00641382c426e9b8fa775f1a364e7e (diff) |
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
Diffstat (limited to 'aidl')
-rw-r--r-- | aidl/binder/android/os/PersistableBundle.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aidl/binder/android/os/PersistableBundle.aidl b/aidl/binder/android/os/PersistableBundle.aidl index 493ecb414c..248e9738df 100644 --- a/aidl/binder/android/os/PersistableBundle.aidl +++ b/aidl/binder/android/os/PersistableBundle.aidl @@ -17,4 +17,4 @@ package android.os; -@JavaOnlyStableParcelable parcelable PersistableBundle cpp_header "binder/PersistableBundle.h"; +@JavaOnlyStableParcelable @NdkOnlyStableParcelable parcelable PersistableBundle cpp_header "binder/PersistableBundle.h" ndk_header "android/persistable_bundle_aidl.h"; |