Merge "Add required: to debuggable"

This commit is contained in:
Mark Salyzyn 2019-03-04 15:14:02 +00:00 committed by Gerrit Code Review
commit f57bfee1d1
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