aboutsummaryrefslogtreecommitdiffstats
path: root/cc/linker.go
Commit message (Expand)AuthorAgeFilesLines
* Make libc_scudo always go first.Christopher Ferris2019-04-031-0/+11
* Revert "Enable lld for windows"Josh Gao2019-04-031-2/+6
* Enable lld for windowsPirama Arumuga Nainar2019-03-201-6/+2
* Annotate paths and deprecate ExtractSource(s)DepsColin Cross2019-03-071-11/+1
* Replace *Escape with *EscapeListColin Cross2019-03-041-1/+1
* Annotate No_libcrt with arch_variantYi Kong2019-02-151-1/+1
* Use no_libcrt property instead of hard coding projects to excludeYi Kong2019-02-121-7/+2
* Support building for Fuchsia.Doug Horn2019-01-241-1/+17
* Always respect system_shared_libs from Android.bpLogan Chien2019-01-171-4/+4
* Add Symbol_ordering_file propertyVic Yang2019-01-141-0/+15
* Apply system_shared_libs to static librariesDan Willemsen2018-12-031-25/+24
* Do not generate SHT_RELR relocations before API 28Zhizhou Yang2018-11-301-0/+25
* Shard arch property structsColin Cross2018-11-121-19/+10
* Add shared_libs to vendor and recovery targets.Martin Stjernholm2018-11-071-0/+10
* Add support for versioned stubs.Jiyong Park2018-10-301-23/+32
* Remove USE_CLANG_LLD[=false]Dan Willemsen2018-10-211-1/+1
* Add an option for libraries to opt out of libcrtYi Kong2018-10-101-4/+11
* Revert "Revert "Move libgcc to libcrt.builtins""Yi Kong2018-10-091-5/+7
* Remove GCC checksDan Willemsen2018-10-091-10/+4
* Revert "Move libgcc to libcrt.builtins"Yi Kong2018-10-051-7/+5
* Move libgcc to libcrt.builtinsYi Kong2018-10-041-5/+7
* Add exclude_header_libs for recovery_available:true libsHridya Valsaraju2018-08-101-0/+6
* Add exclude_header_libs for vendor_available:true libsJiwen 'Steve' Cai2018-08-091-0/+5
* Dedup version-script handling code.Dan Albert2018-08-081-3/+45
* Use clang for windows host modulesPirama Arumuga Nainar2018-06-251-0/+4
* Handle pack_relocations in linker.ccChih-Hung Hsieh2018-05-291-1/+12
* Support recovery and recovery_availableJiyong Park2018-05-151-0/+17
* Introduce runtime_libs to cc_binary and cc_libraryLogan Chien2018-04-251-4/+15
* Disable LLD for Darwin host executables.Chih-Hung Hsieh2018-04-241-0/+5
* Make 'use_clang_lld' property specifiable per architecturePirama Arumuga Nainar2018-04-201-1/+1
* Add USE_CLANG_LLD and use_clang_lld.android-o-mr1-iot-preview-8Chih-Hung Hsieh2018-04-121-2/+20
* add a library to report build numbers without causing rebuildsColin Cross2018-03-021-0/+36
* Remove no_default_compiler_flags propertyColin Cross2017-11-031-30/+28
* Consolidate ldflags that are used on all devicesColin Cross2017-11-031-0/+6
* Add two more vendor-specific propertiesJiyong Park2017-10-191-0/+7
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-181-3/+3
* Revert "Some clarifications in preparation to automatically order linker depe...Jeff Gaston2017-10-041-2/+2
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-031-2/+2
* Add -lm to the default libs for Linux & DarwinDan Willemsen2017-09-261-1/+2
* Don't add a rpath to the linkerDan Willemsen2017-09-201-2/+4
* Allow cc_object to use libc headers under the VNDKDan Willemsen2017-09-181-4/+0
* Make -ldl -lrt -lpthread implicit for host buildsColin Cross2017-09-081-0/+12
* Make libdl.so be loaded after libc.soColin Cross2017-08-231-25/+23
* a shared lib header is not exported to vendors if it is in exclude_shared_libsJiyong Park2017-08-141-4/+5
* Use --hash-style=both for NDK binariesColin Cross2017-08-111-0/+8
* Add libdl.so to the list of system shared libsDimitry Ivanov2017-06-271-2/+15
* add exclude_shared_libs for vendor_available:true libsJiyong Park2017-06-211-0/+12
* Split /system and /vendor modules, allow multi-installationDan Willemsen2017-04-111-1/+4
* Add ctx.Windows()Colin Cross2017-04-041-1/+1
* Add libwinpthread, link it into win32 binaries.Josh Gao2017-02-231-0/+4