Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing `backtrace` build error on Android #13855

Merged
merged 1 commit into from Oct 20, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix missing `backtrace` build error on Android

  • Loading branch information
mmatyas committed Oct 20, 2016
commit ee358cd12dec3ad3896443d05121b2c2013be52a
@@ -45,6 +45,7 @@ style_tests = {path = "../../tests/unit/style"}
util_tests = {path = "../../tests/unit/util"}

[dependencies]
backtrace = "0.2"
browserhtml = {git = "https://github.com/browserhtml/browserhtml", branch = "crate"}
canvas = {path = "../canvas"}
canvas_traits = {path = "../canvas_traits"}
@@ -88,7 +89,6 @@ features = ["serde_derive"]

[target.'cfg(not(target_os = "android"))'.dependencies]
sig = "0.1"
backtrace = "0.2"

[target.'cfg(target_os = "android")'.dependencies]
log = "0.3"
@@ -20,7 +20,6 @@
#[cfg(target_os = "android")]
#[macro_use]
extern crate android_glue;
#[cfg(not(target_os = "android"))]
extern crate backtrace;
// The window backed by glutin
extern crate glutin_app as app;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.