Merge "Add pdk product variable"

am: e5598169b3

Change-Id: I1248463d9d500d36bc327ca75cffe4a44790d7b1
This commit is contained in:
Colin Cross
2017-05-26 19:39:57 +00:00
committed by android-build-merger

View File

@@ -138,6 +138,7 @@ type productVariables struct {
EnableCFI *bool `json:",omitempty"` EnableCFI *bool `json:",omitempty"`
Device_uses_hwc2 *bool `json:",omitempty"` Device_uses_hwc2 *bool `json:",omitempty"`
Treble *bool `json:",omitempty"` Treble *bool `json:",omitempty"`
Pdk *bool `json:",omitempty"`
VendorPath *string `json:",omitempty"` VendorPath *string `json:",omitempty"`