commit | 7b66f1576323b4f9116d46e663e9cfd37973fbcc | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Dec 15 16:07:43 2015 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Dec 15 16:23:07 2015 -0800 |
tree | 50c1660c2b74b9ffc702864e0b43a561402759d2 | |
parent | 5ba07e8fe47bdbefe4c9a292d1441b9e08170095 [diff] [blame] |
Add brillo cflags Add __BRILLO__ to global cflags when building for a brillo product. Bug: 26165350 Change-Id: I0100a8821b763075d1873d0d48fd5bd217afb580
diff --git a/common/variable.go b/common/variable.go index 2c0e0a6..4f159c5 100644 --- a/common/variable.go +++ b/common/variable.go
@@ -82,6 +82,7 @@ CrossHostSecondaryArch *string `json:",omitempty"` Unbundled_build *bool `json:",omitempty"` + Brillo *bool `json:",omitempty"` } func boolPtr(v bool) *bool {