aboutsummaryrefslogtreecommitdiffstats
path: root/cc/util.go
Commit message (Expand)AuthorAgeFilesLines
* Fixing protoOutParams concatenation.Kweku Adams2018-04-091-1/+1
* Add proto.canonical_path_from_rootDan Willemsen2018-02-221-0/+1
* Fix llvm-ar error caused by using lto and sanitizer togetherZhizhou Yang2018-02-141-0/+1
* Move string list utility functions to android packageColin Cross2017-12-281-44/+5
* When compiling with the lite protobuf option, pass the option to aprotoc to f...Joe Onorato2017-12-151-21/+22
* List of VNDK-related libs are exported to makeJiyong Park2017-08-171-0/+7
* add exclude_shared_libs for vendor_available:true libsJiyong Park2017-06-211-0/+10
* Black-list for clang LibTooling Cflags.Jayant Chowdhary2017-06-191-20/+21
* Support .rs and .fs files in cc_* module srcs listsColin Cross2017-05-051-0/+1
* Add header-abi-checker for Vndk abi checks.Jayant Chowdhary2017-04-141-0/+2
* Fix include orderColin Cross2017-03-311-0/+2
* Allow custom ar flags to be set.Vishwath Mohan2017-03-161-0/+1
* Native Coverage support in Soong (gcov)Dan Willemsen2017-02-141-0/+1
* Support aidl cpp generationDan Willemsen2016-12-051-0/+1
* Support .asm files for assemblyColin Cross2016-12-021-0/+1
* Support grouping static librariesColin Cross2016-12-021-0/+2
* Add clang-tidy supportDan Willemsen2016-10-311-0/+2
* Add support for .proto filesColin Cross2016-10-271-0/+1
* Remove unused flags.NocrtColin Cross2016-08-051-1/+0
* Move toolchain and global variables into separate packageColin Cross2016-08-011-19/+0
* Add flag property checkingDan Willemsen2016-05-251-0/+7
* Rename common to androidColin Cross2016-05-181-7/+7
* Add support for sanitizer propertyColin Cross2016-04-211-4/+18
* Fix arm[64] cflagsDan Willemsen2016-03-301-0/+19
* Refactor ccColin Cross2016-03-211-1/+1
* Use `Path` instead of string for file pathsDan Willemsen2015-12-091-4/+4
* Add support for include_filesColin Cross2015-09-141-0/+4
* Simplify flags in c compiling, fix NDK build warningsColin Cross2015-04-221-2/+0
* Add aidl file support to java buildsColin Cross2015-04-081-28/+5
* Add yacc and lex supportColin Cross2015-04-081-0/+1
* Refactor ccDynamic for static binariesColin Cross2015-03-271-0/+12
* Export cc types for art to inherit fromColin Cross2015-03-251-12/+12
* Add soong_build primary builderColin Cross2015-03-131-0/+96