Allow to change static_libs for variant
This will be used to have different static_libs if we build with scudo. Bug: 309446525 Change-Id: I5f755dd768975a1dff403bffa92cd5dbc3b9f573
This commit is contained in:
parent
744a2a6b7d
commit
ca2854e708
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ type variableProperties struct {
|
|||
Cflags []string `android:"arch_variant"`
|
||||
Shared_libs []string `android:"arch_variant"`
|
||||
Whole_static_libs []string `android:"arch_variant"`
|
||||
Static_libs []string `android:"arch_variant"`
|
||||
Exclude_static_libs []string `android:"arch_variant"`
|
||||
Srcs []string `android:"arch_variant"`
|
||||
Header_libs []string `android:"arch_variant"`
|
||||
|
|
Loading…
Reference in a new issue