commit | ac6d59cc75a45069567fc72fbf35ff22dd59eafd | [log] [tgz] |
---|---|---|
author | zijunzhao <zijunzhao@google.com> | Wed Apr 12 23:26:46 2023 +0000 |
committer | zijunzhao <zijunzhao@google.com> | Wed Apr 12 23:26:46 2023 +0000 |
tree | 0d5481ba17cb65b9745c30365d6cca5f103f857a | |
parent | 05a48064c8b63e7015405450fc72d16c45635a12 [diff] [blame] |
Nullability check for modules in include/android directory Bugs: b/245972273 Test: adb shell Change-Id: Ic00d207331d9837a01cf96ec7fe623961e653051
diff --git a/libc/include/android/set_abort_message.h b/libc/include/android/set_abort_message.h index 5d8d8ee..2be01a9 100644 --- a/libc/include/android/set_abort_message.h +++ b/libc/include/android/set_abort_message.h
@@ -46,6 +46,6 @@ * * Available since API level 21. */ -void android_set_abort_message(const char* __msg) __INTRODUCED_IN(21); +void android_set_abort_message(const char* _Nullable __msg) __INTRODUCED_IN(21); __END_DECLS