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

View File

@@ -87,6 +87,7 @@ type variableProperties struct {
Cflags []string Cflags []string
Cppflags []string Cppflags []string
Init_rc []string Init_rc []string
Required []string
} }
// eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging // eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging