aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/ApkManifestAction.java
Commit message (Expand)AuthorAge
* Use ActionInputFileCache instead of MetadataHandler in more placesGravatar ulfjack2017-07-24
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Remove resource_extractor from android_sdk rule.Gravatar ajmichael2017-06-29
* Make Metadata fields privateGravatar ulfjack2017-06-22
* Expose the native libs of the android_binary rule to skylark.Gravatar Googler2017-04-18
* Remove jack support and make jack/jill attributes of android_sdk optional.Gravatar ajmichael2017-04-04
* Make apkbuilder attribute of android_sdk optional.Gravatar ajmichael2017-03-31
* Adds the label of the rule that produced the artifact to the apk manifest.Gravatar Alex Humesky2016-06-21
* Adds the path to the debug keystore to the apk_manifest.Gravatar Alex Humesky2016-06-10
* Adds the text output parameter and a partial manifest to the action key for A...Gravatar Alex Humesky2016-04-29
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Provide the final merged AndroidManifest.xml file in the apk_manifest.Gravatar Alex Humesky2016-03-31
* Adds a manifest for detailing the inputs to an android apk.Gravatar Alex Humesky2016-03-01