From 0084d78abf4ea47c1692180c70820dfc6f3fc219 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 1 Mar 2016 14:54:24 -0800 Subject: DeviceUsesClang should default to true It defaults to true in Make now. Change-Id: Id216c35d4a4fc87ce19067a357561a7fc814cbbb --- common/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config.go b/common/config.go index 6fd6dfce..ef59cf72 100644 --- a/common/config.go +++ b/common/config.go @@ -261,7 +261,7 @@ func (c *config) DeviceUsesClang() bool { if c.ProductVariables.DeviceUsesClang != nil { return *c.ProductVariables.DeviceUsesClang } - return false + return true } func (c *config) ResourceOverlays() []SourcePath { -- cgit v1.2.3