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

Commit 1c1a28dd 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

Change-Id: Ia347f7b41e32f7c7e6fc8bf06e74abef66585e4d
parents 876b1a66 31d204ce
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;