diff options
author | 2019-07-12 15:44:37 -0700 | |
---|---|---|
committer | 2019-07-12 15:44:37 -0700 | |
commit | a4853cd9a11f98a563c1a26de20b3134836db542 (patch) | |
tree | a88ce538d2a2e285fb965188cbf7dbb7a358a636 /libs/binder/Parcel.cpp | |
parent | c08d593279398a86ecee7c7c3edc577fc5d2839b (diff) |
libbinder: don't export Static.h
This was being exported by the build system, but it shouldn't be used
anywhere.
Bug: N/A
Test: N/A
Change-Id: Id10772ec3e0ebf39ddf83f0f7981552c3f2e528d
Diffstat (limited to 'libs/binder/Parcel.cpp')
-rw-r--r-- | libs/binder/Parcel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp index 764e6c3d35..c5645d43ea 100644 --- a/libs/binder/Parcel.cpp +++ b/libs/binder/Parcel.cpp @@ -48,7 +48,7 @@ #include <utils/String16.h> #include <private/binder/binder_module.h> -#include <private/binder/Static.h> +#include "Static.h" #ifndef INT32_MAX #define INT32_MAX ((int32_t)(2147483647)) |