diff options
author | 2018-11-21 15:03:32 -0800 | |
---|---|---|
committer | 2018-12-12 14:35:50 -0800 | |
commit | cfbe07453ebd7cde74a7ed75568ee2c81d726049 (patch) | |
tree | ca279be9a83a1a78a93eaeed646fa38b49ee3071 /services/bufferhub/BufferClient.cpp | |
parent | faba0dc129e2d73bb8fc313bfa337baddb2582d6 (diff) |
Move MetadataHeader to libui
To remove BufferHubMetadata off pdx dependency.
Note that the __attribute__(packed) is removed as part of this CL, as
it's not really needed and is triggering clang warnings.
Test: build passed. Not test needed as no behavior changes.
Bug: 118893702
Change-Id: Ifae94a143a2bedef68a653c57f089b95d166e6d7
Diffstat (limited to 'services/bufferhub/BufferClient.cpp')
-rw-r--r-- | services/bufferhub/BufferClient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/bufferhub/BufferClient.cpp b/services/bufferhub/BufferClient.cpp index 745951745a..e312011696 100644 --- a/services/bufferhub/BufferClient.cpp +++ b/services/bufferhub/BufferClient.cpp @@ -17,6 +17,7 @@ #include <bufferhub/BufferClient.h> #include <bufferhub/BufferHubService.h> #include <hidl/HidlSupport.h> +#include <log/log.h> namespace android { namespace frameworks { |