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