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

@ -44,6 +44,7 @@ type syspropLibraryProperties struct {
type commonProperties struct { type commonProperties struct {
Srcs []string Srcs []string
Recovery *bool Recovery *bool
Recovery_available *bool
Vendor_available *bool Vendor_available *bool
} }