commit | 0f56c2b4ba0aa13081f033cdf3fe0c234b9a18fb | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Jan 17 02:16:08 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 17 02:16:08 2020 +0000 |
tree | 1afa7a12bad69855e2288966769ec79d9f37281a | |
parent | 451f3b517562db008746d42b0d920b25a6acbd04 [diff] | |
parent | 010224c8ec062c0aa5f837d4b326fb560af201d0 [diff] |
Merge "Make PersistableBundle a stable parcelable."
diff --git a/aidl/binder/android/os/PersistableBundle.aidl b/aidl/binder/android/os/PersistableBundle.aidl index 94e8607..493ecb4 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";