Merge "Mark more fields in BaseLinkerProperties as arch variant" am: f9d141ee9a
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1737314 Change-Id: I34ca0cf872b0655a5e305942946c02a360eeca08
This commit is contained in:
commit
9375585937
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ type BaseLinkerProperties struct {
|
|||
|
||||
// version script for vendor or product variant
|
||||
Version_script *string `android:"arch_variant"`
|
||||
}
|
||||
} `android:"arch_variant"`
|
||||
Recovery struct {
|
||||
// list of shared libs that only should be used to build the recovery
|
||||
// variant of the C/C++ module.
|
||||
|
@ -182,7 +182,7 @@ type BaseLinkerProperties struct {
|
|||
// variant of the C/C++ module.
|
||||
Exclude_static_libs []string
|
||||
}
|
||||
}
|
||||
} `android:"arch_variant"`
|
||||
|
||||
// make android::build:GetBuildNumber() available containing the build ID.
|
||||
Use_version_lib *bool `android:"arch_variant"`
|
||||
|
|
Loading…
Reference in a new issue