summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-11-12 02:26:24 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-11-12 02:26:24 +0000
commit1eb53efd2013db07530036e27929e62d4f74ff18 (patch)
treeef132c1d4ac1605d20866d38923130a057d9e5a7 /android/variable.go
parentf0013f840aa5cc42654da33940f3948ec0143497 (diff)
parenta2aa6eac5bbda52efcec9abcbfda0daccd5a9270 (diff)
Merge "Support generating prebuilt_* modules from 1:n mapping of PRODUCT_COPY_FILES" into main am: 2577747759 am: a2aa6eac5b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3344298 Change-Id: I67d3116551e518e05ba482bb741d8ba9b3d8aca6 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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/variable.go b/android/variable.go
index b9fef17d0..35ef8e0ad 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -636,7 +636,7 @@ type PartitionVariables struct {
BoardInfoFiles []string `json:",omitempty"`
BootLoaderBoardName string `json:",omitempty"`
- ProductCopyFiles map[string]string `json:",omitempty"`
+ ProductCopyFiles []string `json:",omitempty"`
BuildingSystemDlkmImage bool `json:",omitempty"`
SystemKernelModules []string `json:",omitempty"`