forked from libbpf/blazesym
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Capture Android under the 'linux' cfg
Rust differentiates between Linux and Android at the cfg level. Conceptually, when we say we support Linux that includes Android as well (though we can't run tests on Android at the moment, due to libbpf-sys not being able to compile for it). To enshrine this constraint into our code base, adjust our 'linux' cfg alias to include the 'android' target_os as well. Signed-off-by: Daniel Müller <deso@posteo.net>
- Loading branch information
1 parent
4797f5a
commit 707d12c
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters