Merge "Allow extending of the list of directories to be scanned for VSDK" am: dd1decf7f6
am: e7c7a5e8d6
am: 1bbe7b54ec
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1603623 Change-Id: I749bf59c09bc250e342953b4760695408aa8b513
This commit is contained in:
@@ -315,6 +315,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"`
|
||||
|
Reference in New Issue
Block a user