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

Commit 491e133c authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: don't export private ParcelValTypes.h

Bug: N/A
Test: N/A
Change-Id: I0f17b3ba7bafb02f969c29d06b70e0aae1d13c16
parent a152e0f7
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;