diff options
author | 2024-10-31 20:14:32 +0000 | |
---|---|---|
committer | 2024-10-31 20:14:32 +0000 | |
commit | f745001328fa1f9f27fb29cbaf6e63b6f8480c9c (patch) | |
tree | 067fdd9c6f7067cab104aa465499f4a822f70434 /android/variable.go | |
parent | beb1d626c845b7bf8d6b0fbdef992209e1fd2a1a (diff) | |
parent | 3dd7ec9ea31849139fa47323e2a078acaae13d1f (diff) |
Merge changes from topic "vendor_linker_config_soong" into main am: 3ab5fcd266 am: 3dd7ec9ea3
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3324232
Change-Id: If48b7bcc23ba81bbcd5c7a245717fe8299956972
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, 3 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go index c1f3358e8..f248de3e8 100644 --- a/android/variable.go +++ b/android/variable.go @@ -597,8 +597,9 @@ type PartitionVariables struct { BoardAvbEnable bool `json:",omitempty"` - ProductPackages []string `json:",omitempty"` - ProductPackagesDebug []string `json:",omitempty"` + ProductPackages []string `json:",omitempty"` + ProductPackagesDebug []string `json:",omitempty"` + VendorLinkerConfigSrcs []string `json:",omitempty"` ProductCopyFiles map[string]string `json:",omitempty"` } |