Merge "Add recovery_available property to sysprop module"
This commit is contained in:
commit
015fa7e2e6
1 changed files with 4 additions and 3 deletions
|
@ -44,6 +44,7 @@ type syspropLibraryProperties struct {
|
|||
type commonProperties struct {
|
||||
Srcs []string
|
||||
Recovery *bool
|
||||
Recovery_available *bool
|
||||
Vendor_available *bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue