Update sanitize property format am: 21b481b
am: ebe0d559d1
am: c3a6d718bf
* commit 'c3a6d718bf269f3732b9c2bd8dca1d2db54ebad8':
Update sanitize property format
Change-Id: Ie3b9644a7970458bbfaff17143d3bda24e3533c1
This commit is contained in:
20
cc/cc.go
20
cc/cc.go
@@ -406,12 +406,20 @@ type InstallerProperties struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type UnusedProperties struct {
|
type UnusedProperties struct {
|
||||||
Native_coverage *bool
|
Native_coverage *bool
|
||||||
Required []string
|
Required []string
|
||||||
Sanitize []string `android:"arch_variant"`
|
Strip string
|
||||||
Sanitize_recover []string
|
Tags []string
|
||||||
Strip string
|
Sanitize struct {
|
||||||
Tags []string
|
Never bool `android:"arch_variant"`
|
||||||
|
Address bool `android:"arch_variant"`
|
||||||
|
Thread bool `android:"arch_variant"`
|
||||||
|
Undefined bool `android:"arch_variant"`
|
||||||
|
All_undefined bool `android:"arch_variant"`
|
||||||
|
Misc_undefined []string `android:"arch_variant"`
|
||||||
|
Coverage bool `android:"arch_variant"`
|
||||||
|
Recover []string
|
||||||
|
} `android:"arch_variant"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ModuleContextIntf interface {
|
type ModuleContextIntf interface {
|
||||||
|
Reference in New Issue
Block a user