aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/apk_manifest.proto
Commit message (Collapse)AuthorAge
* Make apkbuilder attribute of android_sdk optional.Gravatar ajmichael2017-03-31
| | | | | | | | This change is one step towards removing --nouse_singlejar_apkbuilder. RELNOTES: None PiperOrigin-RevId: 151730390
* Adds apksigner attribute to android_sdk. This supports the new APK v2 ↵Gravatar Adam Michael2016-09-22
| | | | | | | | | signing scheme added behind a flag in commit 602f3ae70f49bd8bae6205a93f3df5918d3bacac. RELNOTES: -- MOS_MIGRATED_REVID=133877396
* Adds the label of the rule that produced the artifact to the apk manifest.Gravatar Alex Humesky2016-06-21
| | | | | -- MOS_MIGRATED_REVID=125376859
* Adds the path to the debug keystore to the apk_manifest.Gravatar Alex Humesky2016-06-10
| | | | | -- MOS_MIGRATED_REVID=124510100
* Adds information about resources referenced from AndroidManifest.xml toGravatar Alex Humesky2016-05-17
| | | | | | | the apk manifest. -- MOS_MIGRATED_REVID=122431761
* Provide the final merged AndroidManifest.xml file in the apk_manifest.Gravatar Alex Humesky2016-03-31
| | | | | -- MOS_MIGRATED_REVID=118598917
* Adds a manifest for detailing the inputs to an android apk.Gravatar Alex Humesky2016-03-01
-- MOS_MIGRATED_REVID=115920640