diff options
| author | 2021-04-06 18:50:06 -0700 | |
|---|---|---|
| committer | 2021-04-07 09:29:00 -0700 | |
| commit | 7fed43d17aa7c6d8ff4d7a179d53ee7dc9f26d89 (patch) | |
| tree | 23f6d8dd8660d2ff6926a07401cf58a1ea618994 /include/android/bitmap.h | |
| parent | eafe148be8065cc90efdd68edc337fd7f1833d49 (diff) | |
Fix ndk native reference documentation link errors/warnings
Trivial changes, no functionality impact.
Bug: 183002717
Test: build ndk with 'm ndk' works
Change-Id: I1ee646f28500ad5769abdddd4e9780a1915fd528
Diffstat (limited to 'include/android/bitmap.h')
| -rw-r--r-- | include/android/bitmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android/bitmap.h b/include/android/bitmap.h index a70dffd756..6704a1ddf2 100644 --- a/include/android/bitmap.h +++ b/include/android/bitmap.h @@ -241,6 +241,7 @@ typedef struct AHardwareBuffer AHardwareBuffer; * * Available since API level 30. * + * @param env Handle to the JNI environment pointer. * @param bitmap Handle to an android.graphics.Bitmap. * @param outBuffer On success, is set to a pointer to the * {@link AHardwareBuffer} associated with bitmap. This acquires |