aboutsummaryrefslogtreecommitdiffstats
path: root/cc/linker.go
Commit message (Expand)AuthorAgeFilesLines
* Make libdl.so be loaded after libc.soColin Cross2017-08-241-25/+23
* a shared lib header is not exported to vendors if it is in exclude_shared_libsJiyong Park2017-08-101-4/+5
* 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
* Support explicit header-only librariesColin Cross2016-12-131-0/+9
* Permit allow_undefined_symbols inside arch blocksColin Cross2016-12-081-1/+1
* Support grouping static librariesColin Cross2016-12-021-0/+8
* Add Toolchain.Bionic()Dan Willemsen2016-11-171-2/+2
* Start using "struct Objects" to store object PathsDan Willemsen2016-10-311-1/+1
* Don't pass -Wl,--no-undefined to host targetsColin Cross2016-10-211-1/+6
* Ninja and shell escape command line flagsColin Cross2016-09-291-1/+3
* Add export_generated_headersDan Willemsen2016-09-281-0/+5
* Use libcompiler-rt_extras with NDK builds.Dan Albert2016-09-141-1/+1
* Refactor cc modules to use decorators instead of inheritanceColin Cross2016-08-051-41/+17
* Remove unused flags.NocrtColin Cross2016-08-051-2/+0
* Rename compiler, linker and installer methods to be uniqueColin Cross2016-08-011-4/+4
* Separate cc.goColin Cross2016-07-291-0/+216