summaryrefslogtreecommitdiff
path: root/filesystem/system_image.go
diff options
context:
space:
mode:
author Justin Yun <justinyun@google.com> 2024-09-12 15:14:06 +0900
committer Justin Yun <justinyun@google.com> 2024-09-12 15:14:06 +0900
commit903856e3e8082a5102061262d102342ffda82fc8 (patch)
tree2fbdebfadabaf782ecb676f3297b3ee1cef2bf6f /filesystem/system_image.go
parent8996dbc91c48ecb98904c864d6f51579ff79997f (diff)
linker_config_src in filesystem may read filegroup
Add "path" annotation to the linker_config_src property in filesystem module to read a filegroup as a source. Bug: 365670526 Test: lunch aosp_cf_x86_64_phone_soong_system-trunk_staging-userdebug && m Change-Id: I96abb376640eea009f03841866b8c7b5d95917fa
Diffstat (limited to 'filesystem/system_image.go')
-rw-r--r--filesystem/system_image.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/system_image.go b/filesystem/system_image.go
index a8fd36822..805249e9a 100644
--- a/filesystem/system_image.go
+++ b/filesystem/system_image.go
@@ -27,7 +27,7 @@ type systemImage struct {
type systemImageProperties struct {
// Path to the input linker config json file.
- Linker_config_src *string
+ Linker_config_src *string `android:"path"`
}
// android_system_image is a specialization of android_filesystem for the 'system' partition.