commit | fbcf9d77fe6321ba7e03d50f965e8c16ea4290c3 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Feb 24 15:26:37 2020 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Feb 25 20:45:58 2020 +0000 |
tree | 0daf5c7448f1c0937ed66ac7a3a2186d7dcf8361 | |
parent | 219643eebd19e550100f317ea52854bde4047d8f [diff] |
Make bitmap.h C-compatible when __ANDROID_API__ >= 30 C requires a typedef for AHardwareBuffer. Fixes: frameworks/native/include/android/bitmap.h:246:9: error: must use 'struct' tag to refer to type 'AHardwareBuffer' Fixes: 150165785 Test: m checkbuild Change-Id: I6d475e91317ff7a9264144d4cd6c6c9b46d10196