Add required: to debuggable
Permit product_varables: { debuggable: { required: ["remount"], }, }, so that we can add debug dependencies between build objects. Test: compile Bug: 122602260 Change-Id: Ibb4c5bf368f90fdb007d30b6c1da63cb9d4c6467
This commit is contained in:
parent
c8f83aef50
commit
aaf53538bb
|
@ -87,6 +87,7 @@ type variableProperties struct {
|
|||
Cflags []string
|
||||
Cppflags []string
|
||||
Init_rc []string
|
||||
Required []string
|
||||
}
|
||||
|
||||
// eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging
|
||||
|
|
Loading…
Reference in New Issue