Add ArtUseReadBarrier to ProductVariables.

Bug: 33492005
Test: top-level angler build.
Change-Id: Ib04284bac923a143038655d495bcbacaabf61440
This commit is contained in:
Hiroshi Yamauchi
2016-12-19 13:44:41 -08:00
parent 068e0feace
commit e2a106353f
2 changed files with 6 additions and 0 deletions

View File

@@ -136,6 +136,8 @@ type productVariables struct {
SanitizeHost []string `json:",omitempty"`
SanitizeDevice []string `json:",omitempty"`
SanitizeDeviceArch []string `json:",omitempty"`
ArtUseReadBarrier *bool `json:",omitempty"`
}
func boolPtr(v bool) *bool {