Merge "linker_config_src in filesystem may read filegroup" into main am: 6c10c36d0a
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3260462 Change-Id: I00c06378254845a293b5ba3cabafe2e40e021cdb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
9c90fc248a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue