Merge "linker_config_src in filesystem may read filegroup" into main

This commit is contained in:
Treehugger Robot 2024-09-13 02:19:03 +00:00 committed by Gerrit Code Review
commit 6c10c36d0a

View file

@ -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.