commit | 807e519942640fb1a5118d22cdf8685b3bf81af3 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Jul 19 18:30:29 2018 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Thu Aug 30 16:42:14 2018 -0700 |
tree | cc88d4729761cfb4d6fe329695654cfd4a4a2f99 | |
parent | a524975b35a490f4361e9f4cbf9bb4832e1790e1 [diff] |
Fix NdkImage.h includes It needs stdint.h. It's OK to include android/hardware_buffer.h on pre-26. We'd like to remove the __ANDROID_API__ guard around AImage_getHardwareBuffer, and if/when we do, we'll need android/hardware_buffer.h. The last time we removed the __ANDROID_API__ guards around the APIs, we forgot to remove the one around this #include. Bug: http://b/111130072#comment12 Bug: http://b/113052379 Test: builds Change-Id: Ice8073476d4ad4802e3540f15eee3af29e0b891f Merged-In: Ice8073476d4ad4802e3540f15eee3af29e0b891f (cherry picked from commit c2039dc505ec5dcc2b5d2f80a3957be1684913a8)