summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2016-05-19 17:53:07 -0700
committerSen Jiang <senj@google.com>2016-05-27 15:09:24 -0700
commitfba3d1a0686099f481d50bec2057f2e6f1f77d46 (patch)
tree3869b28f63fcd50e73e2150413add9bb4f331e35
parentd8853c3a3249bc685f92134b7e45c9ef66327c6f (diff)
downloadbrillo-fba3d1a0686099f481d50bec2057f2e6f1f77d46.tar.gz
Add BRILLO_USE_OMAHA.
It is used to control whether update_engine uses gms core or omaha. Bug: 28752785 Change-Id: I068f1d7b75a4a6add1f7e9e201d3f7a9cd89df88
-rw-r--r--brillo_base.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/brillo_base.mk b/brillo_base.mk
index 90e0ed0..55f287b 100644
--- a/brillo_base.mk
+++ b/brillo_base.mk
@@ -49,6 +49,7 @@ BOARD_BPT_INPUT_FILES := device/generic/brillo/brillo_partitions.bpt
# Global Brillo USE flags.
BRILLO_USE_BINDER := 1
BRILLO_USE_DBUS := 1
+BRILLO_USE_OMAHA := 1
BRILLO_USE_WEAVE := 1
# Java is not used or required for Brillo.