commit | d1c410a3d05fa59e0297debd9c0a3d66ef6e479b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Oct 23 23:23:19 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 23 23:23:19 2024 +0000 |
tree | 3f309ff264d38e11d2c6349b2f60cfb0fc98c7aa | |
parent | 22804bec5d3cd2936aa7ddc6685bdd5007e261af [diff] | |
parent | 1cb98b77e2578ad5d4d10f704058614aa3ad3a72 [diff] |
Merge "Export PRODUCT_COPY_FILES to Soong" into main
diff --git a/android/variable.go b/android/variable.go index 13d5f05..34a3d30 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -591,6 +591,8 @@ ProductPackages []string `json:",omitempty"` ProductPackagesDebug []string `json:",omitempty"` + + ProductCopyFiles map[string]string `json:",omitempty"` } func boolPtr(v bool) *bool {