summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2015-12-18 13:21:32 -0800
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-07 23:58:17 +0000
commitc73b9919d3723e8c18574f13fad95211c53b3d19 (patch)
treeb460dac5aab3989ef32cc79d149154eabcf02167
parente0466d2c31446d961f50c0064fac2bfd5a53cb22 (diff)
downloadbrillo-c73b9919d3723e8c18574f13fad95211c53b3d19.tar.gz
Enable "weave" use flag by default on Brillo.
Change-Id: I61c74ab934f9cf3b0af6848717c431c57e4776b1
-rw-r--r--brillo_base.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/brillo_base.mk b/brillo_base.mk
index 24b69fb..5a28fdf 100644
--- a/brillo_base.mk
+++ b/brillo_base.mk
@@ -39,6 +39,7 @@ include device/generic/brillo/cfgtree.mk
# Global Brillo USE flags
BRILLO_USE_DBUS := 1
+BRILLO_USE_WEAVE := 1
# Skip API checks.
WITHOUT_CHECK_API := true