Merge "Add recovery_available property to sysprop module"
This commit is contained in:
@@ -42,9 +42,10 @@ type syspropLibraryProperties struct {
|
||||
}
|
||||
|
||||
type commonProperties struct {
|
||||
Srcs []string
|
||||
Recovery *bool
|
||||
Vendor_available *bool
|
||||
Srcs []string
|
||||
Recovery *bool
|
||||
Recovery_available *bool
|
||||
Vendor_available *bool
|
||||
}
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user