summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Jose Galmes <jgalmes@google.com> 2021-02-09 07:44:30 -0800
committer Jose Galmes <jgalmes@google.com> 2021-02-09 08:25:34 -0800
commit4c6895e5a3377bf6c34d5e7f804d0d74dbbbeb30 (patch)
tree57a5d824b68c90a8d4aca05536eab3be68346d44 /android/variable.go
parent320e170675a5d8ce2e8fbdf05c3f0ee822a2b08e (diff)
Implement directed recovery snapshot.
Bug: 177451657 Test: m -j nothing Change-Id: I0b84c34fb2e9e9340d9f9e7405428cd2cc4d43b5
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go
index 799369d33..e76d68397 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -307,6 +307,9 @@ type productVariables struct {
DirectedVendorSnapshot bool `json:",omitempty"`
VendorSnapshotModules map[string]bool `json:",omitempty"`
+ DirectedRecoverySnapshot bool `json:",omitempty"`
+ RecoverySnapshotModules map[string]bool `json:",omitempty"`
+
BoardVendorSepolicyDirs []string `json:",omitempty"`
BoardOdmSepolicyDirs []string `json:",omitempty"`
BoardReqdMaskPolicy []string `json:",omitempty"`