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

Commit 52761aa5 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: 1c1a28dd

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


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


#include <limits>
#include <limits>


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


#include "ParcelValTypes.h"

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