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

@@ -435,6 +435,10 @@ func (c *config) LibartImgDeviceBaseAddress() string {
}
}
func (c *config) ArtUseReadBarrier() bool {
return Bool(c.ProductVariables.ArtUseReadBarrier)
}
func (c *deviceConfig) Arches() []Arch {
var arches []Arch
for _, target := range c.config.Targets[Device] {