about summary refs log tree commit diff
path: root/src/rt/rust_android_dummy.h
AgeCommit message (Collapse)AuthorLines
2015-12-22std: Remove old android header fileAlex Crichton-37/+0
The corresopnding C file was removed in #30175 and looks like I forgot to remove the header as well.
2013-05-04auto merge of #6234 : yichoi/rust/glob-dummy-pull, r=thestingerbors-0/+23
transitional patch to resolve compile/link failure on android after #6161 landed, I've encountered below errors since android does not support glob in libc. /opt/ndk_standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /home/yichoi/rust_work/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/arm-linux-androideabi/lib/libcore-c3ca5d77d81b46c1-0.7-pre.so: error: undefined reference to 'glob' /opt/ndk_standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /home/yichoi/rust_work/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/arm-linux-androideabi/lib/libcore-c3ca5d77d81b46c1-0.7-pre.so: error: undefined reference to 'globfre Since android does not have `glob.h`, `glob_t` definition comes from https://groups.google.com/forum/?fromgroups=#!topic/android-ndk/vSH6MWPD0Vk #6100 should be resolved.
2013-05-04rt: glob, globfree dummy function for androidYoung-il Choi-0/+23
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-01-13More android supportILyoan-1/+11
Conflicts: Makefile.in cmakeFiles/rustllvm.cmake
2013-01-13Support ARM and Androidkyeongwoon-0/+5
Conflicts: src/libcore/os.rs src/librustc/back/link.rs src/librustc/driver/driver.rs src/librustc/metadata/loader.rs src/librustc/middle/trans/base.rs