diff options
| author | 2019-07-18 01:25:21 +0000 | |
|---|---|---|
| committer | 2019-07-18 01:25:21 +0000 | |
| commit | 31d204ce1f569b1a26eee43e8dbc73ac1a9c67a3 (patch) | |
| tree | 2845b82c9d606a444e355309922821b97d5631ab | |
| parent | c4d2f8aea75c325b1319d32fd9cc1f831513f0e9 (diff) | |
| parent | 491e133c6a2d6fed5c0e58698ffdb480fa94431e (diff) | |
Merge "libbinder: don't export private ParcelValTypes.h"
| -rw-r--r-- | libs/binder/ParcelValTypes.h (renamed from libs/binder/include/private/binder/ParcelValTypes.h) | 0 | ||||
| -rw-r--r-- | libs/binder/PersistableBundle.cpp | 3 |
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; |