Add time as submodule - workaround for android cross compiling until next rustup.

This commit is contained in:
Glenn Watson 2014-12-19 10:50:30 +10:00
parent 465b38c03f
commit 7aa3b235e2
3 changed files with 12 additions and 0 deletions

View file

@ -1,2 +1,10 @@
# FIXME: Remove this next rustup. This is a temporary
# hack to allow android cross compilation to work. When
# this is removed, the support/time submodule can also
# be removed!
paths = [
"../../support/time"
]
[target.arm-linux-androideabi]
linker = "../../support/android-rs-glue/apk-builder/target/apk-builder"