aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/ManifestMergerAction.java
Commit message (Expand)AuthorAge
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Make ManifestMergerAction able to not take a primary manifestGravatar asteinb2018-03-22
* Android tools: remove mtime-modificationsGravatar Laszlo Csomor2018-03-15
* Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb.Gravatar corysmith2018-02-16
* Normalized the serialization proto to save space and allow greater versatilit...Gravatar corysmith2018-02-16
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQu...Gravatar apell2017-10-18
* Changed Android manifest merger build action to also resolve relative class n...Gravatar Googler2017-09-01
* Rollforward of https://github.com/bazelbuild/bazel/commit/0071b396776be4d146f...Gravatar apell2017-08-29
* Automated rollback of commit d31a944cfae27564caa7f974e0daec99314d4c44.Gravatar lberki2017-08-24
* Enable parameter files for manifest merger actions.Gravatar apell2017-08-24
* Adds compile action for aapt2: Aapt2ResourcePackagingActionGravatar corysmith2017-08-23
* Stop reporting manifest merge errors as exceptions with stack traces as well ...Gravatar apell2017-07-24
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Add categories transition values to android options.Gravatar ccalvarin2017-06-30
* Breaking up is hard to do: AndroidResourceProcessorGravatar Googler2017-03-16
* Cleanup android rules and android tools so that my IDE stops complaining to me.Gravatar Adam Michael2017-01-25
* Add manifest merger output log.Gravatar Andrew Pellegrini2016-09-26
* Remove MergeeManifestsConverter used for the transition of --mergeeManifests ...Gravatar Andrew Pellegrini2016-08-12
* Add target names for mergee manifests to generate more helpful error messages...Gravatar Andrew Pellegrini2016-07-20
* Fix android manifest merger from using only one mergee manifest.Gravatar Andrew Pellegrini2016-07-11
* Adds the Android manifest merger as an option for android_binary rules. The m...Gravatar Andrew Pellegrini2016-06-23
* Adds new ManifestMergerAction to replace existing python merger script. Repla...Gravatar Andrew Pellegrini2016-04-21