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:
Mark Salyzyn 2019-03-01 15:13:48 -08:00
parent c8f83aef50
commit aaf53538bb
1 changed files with 1 additions and 0 deletions

View File

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