Merge "Add required: to debuggable"

am: f57bfee1d1

Change-Id: I5c28878cac761dcb3cb380c284187e2f4f8cee85
This commit is contained in:
Mark Salyzyn 2019-03-04 07:23:36 -08:00 committed by android-build-merger
commit dc1b185cfe

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