Merge "Add recovery_available property to sysprop module"

This commit is contained in:
Treehugger Robot 2019-02-26 05:41:08 +00:00 committed by Gerrit Code Review
commit 015fa7e2e6

View file

@ -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 (