aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2016-09-19 13:56:20 -0700
committerSen Jiang <senj@google.com>2016-09-20 00:13:28 +0000
commit83f1cf5cecf305e72cf2aeee167f199dc2343767 (patch)
tree160ca4b3e59b6c484cda0c89a33e6e921aa11c59
parent66f24551d7d37fccb64ca5db59bcbdcf12098e35 (diff)
downloadplatform_external_libbrillo-83f1cf5cecf305e72cf2aeee167f199dc2343767.tar.gz
platform_external_libbrillo-83f1cf5cecf305e72cf2aeee167f199dc2343767.tar.bz2
platform_external_libbrillo-83f1cf5cecf305e72cf2aeee167f199dc2343767.zip
Default BRILLO_USE_DBUS to 0.
Bug: None Test: mma Test: ./libbrillo_test Change-Id: I3e053dc7678c09ba7c707ad6a1c185ba103b4a9a (cherry picked from commit a4db80e97572ac00529592a373a25bca98048ae2)
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index b736b40..9952d40 100644
--- a/Android.mk
+++ b/Android.mk
@@ -15,7 +15,7 @@
# Default values for the USE flags. Override these USE flags from your product
# by setting BRILLO_USE_* values. Note that we define local variables like
# local_use_* to prevent leaking our default setting for other packages.
-local_use_dbus := $(if $(BRILLO_USE_DBUS),$(BRILLO_USE_DBUS),1)
+local_use_dbus := $(if $(BRILLO_USE_DBUS),$(BRILLO_USE_DBUS),0)
LOCAL_PATH := $(call my-dir)