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

Commit 85ef6c98 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libbinder: don't export private ParcelValTypes.h" am: 31d204ce am:...

Merge "libbinder: don't export private ParcelValTypes.h" am: 31d204ce am: 1c1a28dd am: 52761aa5
am: 2a640d1e

Change-Id: I8f50a7a2365b814b61410e222c96e6e1137bad33
parents af67893a 2a640d1e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#define LOG_TAG "PersistableBundle"

#include <binder/PersistableBundle.h>
#include <private/binder/ParcelValTypes.h>

#include <limits>

@@ -26,6 +25,8 @@
#include <log/log.h>
#include <utils/Errors.h>

#include "ParcelValTypes.h"

using android::BAD_TYPE;
using android::BAD_VALUE;
using android::NO_ERROR;