commit | 2a640d1ea01688674495616f70cdcf53bef85885 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Jul 17 19:45:53 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 17 19:45:53 2019 -0700 |
tree | 187c8fe8268f8ea364894295be6809da7d3c01e0 | |
parent | e41c42c3a6ade680b94cefb2401116c13402d141 [diff] | |
parent | 52761aa5e3fdab85ffa7b5f414d109bb2252403c [diff] |
Merge "libbinder: don't export private ParcelValTypes.h" am: 31d204ce1f am: 1c1a28dd0a am: 52761aa5e3 Change-Id: Iccf96901359956e9e59a524c39c1fe09b57059fb
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;