diff options
author | 2021-02-24 10:49:43 -0800 | |
---|---|---|
committer | 2021-03-15 23:14:47 +0000 | |
commit | 383bfb392ff849b789e5c9331be1e474b335e4d9 (patch) | |
tree | 621efb48293abbdcfcbb5f3dfc0bdcf500b846e0 /android/variable.go | |
parent | 05f72de0837021c7f80133e22392a1a238b1c56f (diff) |
Allow extending of the list of directories to be scanned for VSDK
Bug: 180925851
Bug: 181564692
Test: m nothing, manually
Change-Id: Ifff95db4c9ec362322fecca08f7fd1a7b60755c0
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index be12a0ad9..a5e9ab4dd 100644 --- a/android/variable.go +++ b/android/variable.go @@ -314,6 +314,11 @@ type productVariables struct { DirectedRecoverySnapshot bool `json:",omitempty"` RecoverySnapshotModules map[string]bool `json:",omitempty"` + VendorSnapshotDirsIncluded []string `json:",omitempty"` + VendorSnapshotDirsExcluded []string `json:",omitempty"` + RecoverySnapshotDirsExcluded []string `json:",omitempty"` + RecoverySnapshotDirsIncluded []string `json:",omitempty"` + BoardVendorSepolicyDirs []string `json:",omitempty"` BoardOdmSepolicyDirs []string `json:",omitempty"` BoardReqdMaskPolicy []string `json:",omitempty"` |