commit | 5cfca6b832cdb99635513739d754c52203348c40 | [log] [tgz] |
---|---|---|
author | Brian Duddie <bduddie@google.com> | Wed Aug 24 19:51:20 2022 +0000 |
committer | Brian Duddie <bduddie@google.com> | Mon Aug 29 21:29:45 2022 +0000 |
tree | c7c9db118fbf96b91c0b958979f5038523b89173 | |
parent | cfc991608cfd1bd81dc23547632ba7d19ed8de81 [diff] [blame] |
Add fdsan owner type for native_handle_t Bug: 244214188 Test: validated alongside sensor service change Change-Id: Ia576b551012c50def8a8ebe82115ceac35070dcb
diff --git a/libc/include/android/fdsan.h b/libc/include/android/fdsan.h index e23de85..59ce133 100644 --- a/libc/include/android/fdsan.h +++ b/libc/include/android/fdsan.h
@@ -123,6 +123,9 @@ /* libziparchive's ZipArchive */ ANDROID_FDSAN_OWNER_TYPE_ZIPARCHIVE = 12, + + /* native_handle_t */ + ANDROID_FDSAN_OWNER_TYPE_NATIVE_HANDLE = 13, }; /*