Merge "Add required: to debuggable" am: f57bfee1d1

am: dc1b185cfe

Change-Id: Ieda773967dc4cb41f004a3f1a29407901af93781
This commit is contained in:
Mark Salyzyn
2019-03-04 07:31:40 -08:00
committed by android-build-merger

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