summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-09-10 17:22:09 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-09-10 17:22:09 +0000
commit80dc4f137aff8d8297e1a6698fe23a48988840d9 (patch)
tree6a43469a56a0aa9a87bbcc5537eee00e9ceaa855 /java/java.go
parent79a94a27b67d99324bf176e579ddfd74d8a28f7e (diff)
parent429c23c1fa71b4f542fadece635801c6edb1aa50 (diff)
Merge "Merge Android R"
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go
index f0d3aaf3b..9830c51f6 100644
--- a/java/java.go
+++ b/java/java.go
@@ -324,6 +324,10 @@ type CompilerDeviceProperties struct {
Stem *string
IsSDKLibrary bool `blueprint:"mutated"`
+
+ // If true, generate the signature file of APK Signing Scheme V4, along side the signed APK file.
+ // Defaults to false.
+ V4_signature *bool
}
// Functionality common to Module and Import