aboutsummaryrefslogtreecommitdiffstats
path: root/cc/linker.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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