summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2019-07-16 16:43:18 -0700
committer Steven Moreland <smoreland@google.com> 2019-07-16 16:44:34 -0700
commit491e133c6a2d6fed5c0e58698ffdb480fa94431e (patch)
tree57412db6e065f18cc371e31b8e7cf6e1ab2cd13a
parenta152e0f75fc859d738ab587a46697bbf8a281bab (diff)
libbinder: don't export private ParcelValTypes.h
Bug: N/A Test: N/A Change-Id: I0f17b3ba7bafb02f969c29d06b70e0aae1d13c16
-rw-r--r--libs/binder/ParcelValTypes.h (renamed from libs/binder/include/private/binder/ParcelValTypes.h)0
-rw-r--r--libs/binder/PersistableBundle.cpp3
2 files changed, 2 insertions, 1 deletions
diff --git a/libs/binder/include/private/binder/ParcelValTypes.h b/libs/binder/ParcelValTypes.h
index 666d22a57f..666d22a57f 100644
--- a/libs/binder/include/private/binder/ParcelValTypes.h
+++ b/libs/binder/ParcelValTypes.h
diff --git a/libs/binder/PersistableBundle.cpp b/libs/binder/PersistableBundle.cpp
index c0aec0a979..97a6c94635 100644
--- a/libs/binder/PersistableBundle.cpp
+++ b/libs/binder/PersistableBundle.cpp
@@ -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;