mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add time as submodule - workaround for android cross compiling until next rustup.
This commit is contained in:
parent
465b38c03f
commit
7aa3b235e2
3 changed files with 12 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
|||
[submodule "support/android-rs-glue"]
|
||||
path = support/android-rs-glue
|
||||
url = https://github.com/servo/android-rs-glue
|
||||
[submodule "support/time"]
|
||||
path = support/time
|
||||
url = https://github.com/servo/time
|
||||
|
|
|
@ -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"
|
||||
|
|
1
support/time
Submodule
1
support/time
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit b8c8f84262de6d412befabee4f62dbf8d4fe50be
|
Loading…
Add table
Add a link
Reference in a new issue