summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Cody Kesting <ckesting@google.com> 2020-01-06 09:34:28 -0800
committer Cody Kesting <ckesting@google.com> 2020-01-08 23:49:27 +0000
commit010224c8ec062c0aa5f837d4b326fb560af201d0 (patch)
tree1a003944e1f9d12f4f80f56e57994736c02d6fa1
parent674c8b1b88814aa3b0af2db24ab82c39967cf793 (diff)
Make PersistableBundle a stable parcelable.
PersistableBundle is updated to declare the @JavaOnlyStableParcelable annotation, which allows it to be used in stable aidl interfaces. Bug: 143187964 Test: compiles Change-Id: I8b3fa9746cc7694b18c285c8b7f646e23759ddb3
-rw-r--r--aidl/binder/android/os/PersistableBundle.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/aidl/binder/android/os/PersistableBundle.aidl b/aidl/binder/android/os/PersistableBundle.aidl
index 94e8607630..493ecb414c 100644
--- a/aidl/binder/android/os/PersistableBundle.aidl
+++ b/aidl/binder/android/os/PersistableBundle.aidl
@@ -17,4 +17,4 @@
package android.os;
-parcelable PersistableBundle cpp_header "binder/PersistableBundle.h";
+@JavaOnlyStableParcelable parcelable PersistableBundle cpp_header "binder/PersistableBundle.h";