Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cd7af31 authored by Robert Quattlebaum's avatar Robert Quattlebaum
Browse files

Minor updates to reflect libbinder changes.

* Parcel: Update comment to reflect new file path
* IpPrefix: Update AIDL file to indicate appropriate C++ header

Change-Id: Ia9edccca5e8ef1f36a709b593a768003e1234dfa
parent 4267c48c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,4 +17,4 @@

package android.net;

parcelable IpPrefix;
parcelable IpPrefix cpp_header "binder/IpPrefix.h";
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ public final class Parcel {
    private static final Parcel[] sOwnedPool = new Parcel[POOL_SIZE];
    private static final Parcel[] sHolderPool = new Parcel[POOL_SIZE];

    // Keep in sync with frameworks/native/libs/binder/PersistableBundle.cpp.
    // Keep in sync with frameworks/native/include/private/binder/ParcelValTypes.h.
    private static final int VAL_NULL = -1;
    private static final int VAL_STRING = 0;
    private static final int VAL_INTEGER = 1;