aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/apk_manifest.proto
diff options
context:
space:
mode:
authorGravatar Adam Michael <ajmichael@google.com>2016-09-21 21:38:32 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2016-09-22 09:55:18 +0000
commitd7886f0589c217f90dca42cb5269d004ed3abbd1 (patch)
treefa132c945c87a23814a26d5f90ef9f66c5e7aae8 /src/main/protobuf/apk_manifest.proto
parent1d8ba90781fb3075cdb10ee788971cc3a7c96299 (diff)
Adds apksigner attribute to android_sdk. This supports the new APK v2 signing scheme added behind a flag in commit 602f3ae70f49bd8bae6205a93f3df5918d3bacac.
RELNOTES: -- MOS_MIGRATED_REVID=133877396
Diffstat (limited to 'src/main/protobuf/apk_manifest.proto')
-rw-r--r--src/main/protobuf/apk_manifest.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/protobuf/apk_manifest.proto b/src/main/protobuf/apk_manifest.proto
index 1bb0f0026c..a9595d86e4 100644
--- a/src/main/protobuf/apk_manifest.proto
+++ b/src/main/protobuf/apk_manifest.proto
@@ -48,6 +48,7 @@ message AndroidSdk {
string shrinked_android_jar = 15;
string zipalign = 16;
string build_tools_version = 17; // assume latest if not set
+ string apksigner = 18;
}
// Information about a resource referenced from AndroidManifest.xml.