Add recovery_available property to sysprop module
This is required for a sysprop module to be used by a module like the init which is available both in core and recovery variants. Test: m Change-Id: I075428289f5bdce26e931ccf3262793ca6e4a0fd
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user