Make installable arch-variant for cc modules
libc's native_bridge variant needs to be installable: false, make the installable property arch-variant. Bug: 204136549 Test: m checkbuild Change-Id: I8e0eaed2169e89520b07bb0326bb97ac0b4a70ac
This commit is contained in:
parent
215ed178dd
commit
1e7cfdea4a
1 changed files with 1 additions and 1 deletions
2
cc/cc.go
2
cc/cc.go
|
@ -325,7 +325,7 @@ type BaseProperties struct {
|
|||
SnapshotStaticLibs []string `blueprint:"mutated"`
|
||||
SnapshotRuntimeLibs []string `blueprint:"mutated"`
|
||||
|
||||
Installable *bool
|
||||
Installable *bool `android:"arch_variant"`
|
||||
|
||||
// Set by factories of module types that can only be referenced from variants compiled against
|
||||
// the SDK.
|
||||
|
|
Loading…
Reference in a new issue