aboutsummaryrefslogtreecommitdiffstats
path: root/java/app_builder.go
Commit message (Expand)AuthorAgeFilesLines
* Export app certificates to Make for apkcerts listColin Cross2017-12-141-2/+2
* Allow building framework.jar and framework-res.apkColin Cross2017-11-291-2/+9
* Replace aapt support with aapt2Colin Cross2017-11-291-76/+16
* Move ModuleContext.ModuleBuild to ModuleContext.BuildColin Cross2017-10-241-4/+4
* Prettify soong ninja build descriptionsColin Cross2017-05-101-17/+17
* Enable goma in soongColin Cross2016-08-311-5/+5
* Rename common to androidColin Cross2016-05-181-18/+18
* Use `Path` instead of string for file pathsDan Willemsen2015-12-091-35/+30
* Do not run zipalign when building APK.Alex Klyubin2015-12-041-24/+2
* Use Rule-local implicit dependenciesDan Willemsen2015-11-171-16/+15
* java: add missing tool dependenciesColin Cross2015-04-281-9/+16
* java: delete package-export.apk before rebuildingColin Cross2015-04-281-1/+1
* Add support for building android appsColin Cross2015-04-201-0/+172