aboutsummaryrefslogtreecommitdiffstats
path: root/cc/gen.go
Commit message (Expand)AuthorAgeFilesLines
* Prettify soong ninja build descriptionsColin Cross2017-05-101-9/+9
* Support .rs and .fs files in cc_* module srcs listsColin Cross2017-05-051-0/+10
* Support aidl cpp generationDan Willemsen2016-12-051-0/+32
* Add support for Implicit OutputsDan Willemsen2016-11-031-6/+6
* Add subdir to GenPathDan Willemsen2016-11-021-5/+5
* Add support for .proto filesColin Cross2016-10-271-0/+4
* Fix lex/yacc pathDan Willemsen2016-09-131-2/+2
* Enable goma in soongColin Cross2016-08-311-2/+2
* Rename common to androidColin Cross2016-05-181-14/+14
* Generate .c for .y and .lDan Willemsen2016-03-011-21/+22
* Use `Path` instead of string for file pathsDan Willemsen2015-12-091-30/+23
* Use Rule-local implicit dependenciesDan Willemsen2015-11-171-8/+8
* Fix java resource glob file list locationColin Cross2015-08-241-3/+2
* Add yacc and lex supportColin Cross2015-04-081-0/+109