commit | 5fa9df8efc96667564cc5289b176592bd7882953 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Sep 07 12:47:00 2018 -0700 |
committer | Josh Gao <jmgao@google.com> | Tue Sep 18 13:23:31 2018 -0700 |
tree | 8ab3d295b163dfc47d4214c059c7e40596a6ea1c | |
parent | d527cf1f993f43d23c0cc171d46849c6e427c493 [diff] [blame] |
fdsan: add type for libziparchive's ZipArchive. Test: debuggerd `pidof system_server` | grep " fd " Change-Id: I6a9a4306ecffe3899e4cc7285a0eb33efaa62616
diff --git a/libc/include/android/fdsan.h b/libc/include/android/fdsan.h index d390c6e..ea7689c 100644 --- a/libc/include/android/fdsan.h +++ b/libc/include/android/fdsan.h
@@ -120,6 +120,9 @@ /* java.net.SocketImpl */ ANDROID_FDSAN_OWNER_TYPE_SOCKETIMPL = 11, + + /* libziparchive's ZipArchive */ + ANDROID_FDSAN_OWNER_TYPE_ZIPARCHIVE = 12, }; /*