Add device_uses_hwc2 product variable am: 0e409a2810 am: 2bc8871dac

am: b3b0c9bcf1

Change-Id: I75b55df02409556bbbc2c62a0dd901c51b02a90b
This commit is contained in:
Colin Cross
2017-05-02 20:13:29 +00:00
committed by android-build-merger

View File

@@ -58,6 +58,10 @@ type variableProperties struct {
Cflags []string
}
Device_uses_hwc2 struct {
Cflags []string
}
// debuggable is true for eng and userdebug builds, and can be used to turn on additional
// debugging features that don't significantly impact runtime behavior. userdebug builds
// are used for dogfooding and performance testing, and should be as similar to user builds
@@ -117,6 +121,7 @@ type productVariables struct {
Debuggable *bool `json:",omitempty"`
Eng *bool `json:",omitempty"`
EnableCFI *bool `json:",omitempty"`
Device_uses_hwc2 *bool `json:",omitempty"`
VendorPath *string `json:",omitempty"`