commit | 0fc505a42d22af0b37a870f04baafe389b0e5588 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Feb 26 02:38:43 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Feb 26 02:38:43 2020 +0000 |
tree | 6ce58db562d7dfdb29f94462c6946742e87a40aa | |
parent | 5a1891dc220b8bac9874e2bc4f3e5de44d14f97a [diff] | |
parent | fbcf9d77fe6321ba7e03d50f965e8c16ea4290c3 [diff] |
Merge "Make bitmap.h C-compatible when __ANDROID_API__ >= 30" into rvc-dev
diff --git a/include/android/bitmap.h b/include/android/bitmap.h index 727a4af..2631b14 100644 --- a/include/android/bitmap.h +++ b/include/android/bitmap.h
@@ -227,6 +227,7 @@ AndroidBitmap_CompressWriteFunc fn) __INTRODUCED_IN(30); struct AHardwareBuffer; +typedef struct AHardwareBuffer AHardwareBuffer; /** * Retrieve the native object associated with a HARDWARE Bitmap.