commit | a98415b043e505d631126cbb8f163d21eea4461d | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Mar 27 17:09:35 2020 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Tue May 26 22:05:30 2020 +0900 |
tree | ef678ed001c3e1767788e74eba1365a1cb2d625f | |
parent | ff2641428fbe9f7766f8ab901680c9bb7524f005 [diff] |
Add ParcelableHolder type To give a way to extend a stable parcelable object, a wraper for a parcelable is necessary. The reason why it needs to be wrapped is allowing to trasfer an extended parcelable even though some of modules using the parcelable don't know the type of an extension. Whenever setParcelable() is called, it checks stability level Bug: 146611855 Test: atest aidl_integration_test aidl_unittests Change-Id: I6895976658fd7450b2ee47076a03079995777143