aboutsummaryrefslogtreecommitdiffstats
path: root/java/gen.go
Commit message (Expand)AuthorAgeFilesLines
* Shard aidl compiles into srcjarsColin Cross2019-10-041-24/+66
* Shard java proto files into groups of 100Colin Cross2019-10-041-2/+8
* Move sysprop gen code to sysprop moduleInseob Kim2019-09-231-51/+0
* Merge "Use prebuilts for more tools in unbundled builds"Colin Cross2019-09-091-3/+2
|\
| * Use prebuilts for more tools in unbundled buildsColin Cross2019-08-081-3/+2
* | Merge "Implement sysprop_library API stability check"Treehugger Robot2019-08-271-4/+27
|\ \
| * | Implement sysprop_library API stability checkInseob Kim2019-08-231-4/+27
| |/
* / Remove srcs_lib_whitelist_dirsJiyong Park2019-08-261-5/+16
|/
* filegroup.path is used to specify the include path for aidl filesJiyong Park2019-07-191-0/+6
* Build framework.aidl in SoongColin Cross2019-04-181-2/+3
* Add extra used dependenciesDan Willemsen2019-04-091-4/+5
* Add support for protoc pluginsColin Cross2019-04-021-1/+1
* Remove incorrect file commentsDan Willemsen2018-12-271-4/+0
* Add support for sysprop description files to JavaInseob Kim2018-10-041-0/+28
* Add proto.canonical_path_from_rootDan Willemsen2018-02-221-10/+2
* When compiling with the lite protobuf option, pass the option to aprotoc to f...Joe Onorato2017-12-151-1/+1
* Wrap PackageContext and SingletonContextColin Cross2017-11-291-8/+6
* Use logtags without merged fileColin Cross2017-11-171-1/+1
* Add support for .srcjar files from genrules and srcsColin Cross2017-11-171-6/+4
* Fix source jarsColin Cross2017-10-261-2/+2
* Move ModuleContext.ModuleBuild to ModuleContext.BuildColin Cross2017-10-241-2/+2
* Use jars containg sources for java generatorsColin Cross2017-10-161-5/+6
* Add support for .proto files in java modulesColin Cross2017-10-031-5/+21
* Remove non-idiomatic inheritanceColin Cross2017-06-231-1/+1
* Prettify soong ninja build descriptionsColin Cross2017-05-101-12/+12
* Add subdir to GenPathDan Willemsen2016-11-021-2/+2
* Enable goma in soongColin Cross2016-08-311-3/+3
* Rename common to androidColin Cross2016-05-181-11/+11
* Use `Path` instead of string for file pathsDan Willemsen2015-12-091-35/+23
* Use Rule-local implicit dependenciesDan Willemsen2015-11-171-8/+9
* Fix java resource glob file list locationColin Cross2015-08-241-3/+2
* Add logtags source file supportColin Cross2015-04-131-1/+63
* Add aidl file support to java buildsColin Cross2015-04-081-0/+79