commit | 491e133c6a2d6fed5c0e58698ffdb480fa94431e | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Jul 16 16:43:18 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Jul 16 16:44:34 2019 -0700 |
tree | 57412db6e065f18cc371e31b8e7cf6e1ab2cd13a | |
parent | a152e0f75fc859d738ab587a46697bbf8a281bab [diff] |
libbinder: don't export private ParcelValTypes.h Bug: N/A Test: N/A Change-Id: I0f17b3ba7bafb02f969c29d06b70e0aae1d13c16
diff --git a/libs/binder/include/private/binder/ParcelValTypes.h b/libs/binder/ParcelValTypes.h similarity index 100% rename from libs/binder/include/private/binder/ParcelValTypes.h rename to libs/binder/ParcelValTypes.h
diff --git a/libs/binder/PersistableBundle.cpp b/libs/binder/PersistableBundle.cpp index c0aec0a..97a6c94 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;