aboutsummaryrefslogtreecommitdiffstats
path: root/cc/builder.go
Commit message (Expand)AuthorAgeFilesLines
* Add DistPath to reference the dist folderDan Willemsen2018-04-171-5/+4
* Switch PackageContext functions to take a ctxDan Willemsen2018-04-161-3/+3
* Add informational message to help with updation of VNDK abi references.Jayant Chowdhary2018-04-091-2/+4
* Create a make variable for all lsdump files.Jayant Chowdhary2018-03-011-0/+3
* Add proto.canonical_path_from_rootDan Willemsen2018-02-221-0/+1
* Start using clang-tools prebuilts for abi diffing tools.Jayant Chowdhary2018-02-201-3/+3
* Fix llvm-ar error caused by using lto and sanitizer togetherZhizhou Yang2018-02-141-0/+4
* Add only compiler-flag dependencies as implicitPirama Arumuga Nainar2018-01-231-7/+7
* Support VNDK extensionsLogan Chien2018-01-231-2/+7
* Use -advice-only for libraries which do not export headers.Jayant Chowdhary2018-01-181-2/+6
* Remove the use of version scripts with header-abi-linker.Jayant Chowdhary2018-01-171-16/+7
* Switch back to llvm-ar (with crsD flags only).Stephen Hines2018-01-101-2/+5
* Revert "Switch to llvm-ar (with crsD flags only)."Yi Kong2018-01-081-2/+2
* Switch to llvm-ar (with crsD flags only).Yi Kong2018-01-041-2/+2
* Add compile-time pathDeps as implicit dependenciesPirama Arumuga Nainar2017-12-191-4/+7
* When compiling with the lite protobuf option, pass the option to aprotoc to f...Joe Onorato2017-12-151-21/+22
* Copy abidiffs into /abidiffs on abi breakages.Jayant Chowdhary2017-11-271-5/+13
* Convert abi warnings to errors.Jayant Chowdhary2017-11-011-2/+11
* Move ModuleContext.ModuleBuild to ModuleContext.BuildColin Cross2017-10-241-21/+21
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-181-4/+4
* Revert "Some clarifications in preparation to automatically order linker depe...Jeff Gaston2017-10-041-4/+4
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-031-4/+4
* Add support for Windows Message CompilerDan Willemsen2017-09-091-1/+22
* Allow apis from exported shared library headers as well, while dumping abi.Jayant Chowdhary2017-08-241-1/+1
* Add dependency support for yasmDan Willemsen2017-08-221-1/+3
* Add header-abi-linker dependency on so file.Jayant Chowdhary2017-06-271-8/+11
* Black-list for clang LibTooling Cflags.Jayant Chowdhary2017-06-191-27/+48
* Optimizations to abi checking.Jayant Chowdhary2017-05-251-1/+19
* Add arch, lib name to header-abi-diff invocation.Jayant Chowdhary2017-05-221-2/+4
* Prettify soong ninja build descriptionsColin Cross2017-05-101-74/+80
* Use ctx.ModuleBuild for darwin arColin Cross2017-05-091-29/+20
* Support .rs and .fs files in cc_* module srcs listsColin Cross2017-05-051-0/+1
* Fix lots of warnings from abi dumping.Jayant Chowdhary2017-04-181-6/+3
* Add header-abi-checker for Vndk abi checks.Jayant Chowdhary2017-04-141-0/+104
* Fix include orderColin Cross2017-03-311-3/+21
* Removed unused return variables.Nan Zhang2017-03-271-4/+4
* Allow custom ar flags to be set.Vishwath Mohan2017-03-161-0/+4
* Native Coverage support in Soong (gcov)Dan Willemsen2017-02-141-13/+51
* Fix mac buildColin Cross2016-12-061-2/+2
* Support aidl cpp generationDan Willemsen2016-12-051-0/+1
* Support .asm files for assemblyColin Cross2016-12-021-0/+24
* Support grouping static librariesColin Cross2016-12-021-0/+8
* Support .mm filesColin Cross2016-12-011-1/+1
* Add subdir to GenPathDan Willemsen2016-11-021-2/+2
* Add clang-tidy supportDan Willemsen2016-10-311-14/+56
* Start using "struct Objects" to store object PathsDan Willemsen2016-10-311-3/+21
* Add support for .proto filesColin Cross2016-10-271-0/+1
* Add support for toc optimization in soongColin Cross2016-09-301-1/+28
* Remove shared lib name checksDan Willemsen2016-09-281-7/+0
* Enable goma in soongColin Cross2016-08-311-11/+11