OSDN Git Service

Add PersistableBundle.aidl into binder includes
authorSamuel Tan <samueltan@google.com>
Mon, 21 Dec 2015 20:11:00 +0000 (12:11 -0800)
committerSamuel Tan <samueltan@google.com>
Wed, 6 Jan 2016 19:03:18 +0000 (11:03 -0800)
commit07b0cd6d4b373c626a750df95e63539697b7f5f0
treee7d6bb3a324f4614eec48b79644d49789d4cab91
parent43e4260831cc3d0d96c05fe18a8cad3018b5795f
Add PersistableBundle.aidl into binder includes

Add the PersistableBundle.aidl into the new /aidl/binder/
subdirectory (along with the necessary 'android' and 'os'
subdirectories) so that the aidl file will live alongside
its native implementation in libbinder. This change will
allow native-only Android checkouts (e.g. Brillo) to use
PersistableBundle.

The /aidl/ subdirectory should henceforth contain any
aidl files that live with native code.

BUG: 26292234
Change-Id: I07b49dad8afd679f33e41fa9044dffc02ec25e3e
aidl/binder/android/os/PersistableBundle.aidl [new file with mode: 0644]