aboutsummaryrefslogtreecommitdiffstats
path: root/java/app_builder.go
Commit message (Expand)AuthorAgeFilesLines
* Add android_app_import.Jaewoong Jung2019-12-111-2/+7
* Include proper deps for signapkDan Willemsen2019-04-101-0/+3
* Support package_splitsColin Cross2019-03-191-1/+2
* Replace *Escape with *EscapeListColin Cross2019-03-041-1/+1
* Make manifest and APK agree on uncompressed native libsColin Cross2019-02-081-2/+2
* Fix aar rulesColin Cross2019-01-251-3/+4
* Align entries in APEX at 4K boundaryJiyong Park2018-11-221-2/+2
* Include java resources in app bundlesColin Cross2018-11-021-26/+46
* Create bundle modules suitable for bundletoolColin Cross2018-10-311-0/+44
* APEXs are signed with apk signerJiyong Park2018-10-311-4/+4
* Store dex files uncompressed and unstripped in privileged APKsColin Cross2018-10-251-3/+0
* Add support for JNI libraries to android_app modulesColin Cross2018-10-081-4/+42
* soong_zip: support globs in -f and -D argumentsColin Cross2018-09-281-2/+2
* Revert "soong_zip: support globs in -f and -D arguments"Colin Cross2018-09-261-2/+2
* soong_zip: support globs in -f and -D argumentsColin Cross2018-09-211-2/+2
* Add support for android_library modulesColin Cross2018-04-161-0/+36
* 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