commit | 0084d78abf4ea47c1692180c70820dfc6f3fc219 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Mar 01 14:54:24 2016 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue Mar 01 17:22:37 2016 -0800 |
tree | 79c72d69c73948d330a7e8b8d0d5e4837dc79e68 | |
parent | 2808e09417d88f979c2f497ea85149e970e1903d [diff] [blame] |
DeviceUsesClang should default to true It defaults to true in Make now. Change-Id: Id216c35d4a4fc87ce19067a357561a7fc814cbbb
diff --git a/common/config.go b/common/config.go index 6fd6dfc..ef59cf7 100644 --- a/common/config.go +++ b/common/config.go
@@ -261,7 +261,7 @@ if c.ProductVariables.DeviceUsesClang != nil { return *c.ProductVariables.DeviceUsesClang } - return false + return true } func (c *config) ResourceOverlays() []SourcePath {