mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 23:41:02 +08:00
3ae82cd30a
Standalone Crashpad for Android can now be built with gn. Change-Id: I0ee7f8e1af8c2bc0edb88e93b345abd7d739f33c Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3034984 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org>
Name: linux-syscall-support Short Name: lss URL: https://chromium.googlesource.com/linux-syscall-support/ Revision: See DEPS License: BSD 3-clause License File: lss/linux_syscall_support.h Security Critical: yes Description: Every so often, projects need to directly embed Linux system calls instead of calling the implementations in the system runtime library. This project provides a header file that can be included into your application whenever you need to make direct system calls. Local Modifications: None.