commit | cdb8b409a4da676531650f644d032308ab1c0cd8 | [log] [tgz] |
---|---|---|
author | Chris Wailes <[email protected]> | Thu May 09 15:00:47 2024 -0700 |
committer | Chris Wailes <[email protected]> | Thu May 09 15:00:47 2024 -0700 |
tree | a02e9cf3b29985eab8a9388a423157ecdc6f0ebd | |
parent | 3a4ae2e7c3cf7d7bb52311611e05ebf1bcab34b5 [diff] |
Ensure crate is compiled with std for panic handler This CL adds a patch to use `extern crate std` to ensure that a panic handler is available when the crate is compiled as a dylib. Test: m libpercent_encoding Bug: 333887339 Change-Id: I38f91e3b99f483b0f248ac95ba1f6aaaa64762d0