diff options
author | 2024-10-31 19:20:35 +0000 | |
---|---|---|
committer | 2024-10-31 19:20:35 +0000 | |
commit | 458fecd0253ccbcb0202bba42ca6de9ba4bf9bbe (patch) | |
tree | cc989bc809c5b621719f72bd7e9229117294d25b /android/variable.go | |
parent | 417a4f2cf3eb1cfb75beccb623516696a5cd6c9b (diff) | |
parent | cda2902b105a0a98f62a762472fa55555466f080 (diff) |
Merge "Introduce vintf_data module type" into main am: ee0c370849 am: cda2902b10
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3296331
Change-Id: I88ebb76044b302a88b50f41515f106ede2fe8c3b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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 ba61dfaf7..c1f3358e8 100644 --- a/android/variable.go +++ b/android/variable.go @@ -536,6 +536,11 @@ type ProductVariables struct { ExtraAllowedDepsTxt *string `json:",omitempty"` AdbKeys *string `json:",omitempty"` + + DeviceMatrixFile []string `json:",omitempty"` + ProductManifestFiles []string `json:",omitempty"` + SystemManifestFile []string `json:",omitempty"` + SystemExtManifestFiles []string `json:",omitempty"` } type PartitionQualifiedVariablesType struct { |