aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2016-09-30 22:58:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-30 22:58:31 +0000
commitbc4029603954d63ed110474d5aab808b8ec9961f (patch)
tree6209ff35ce993dc6ea111f1360b9b48174c76a08
parentcface41b8fd5e15fe495e8064f8c58edc2f4ef80 (diff)
parentd26b2a3274c08d59b47c87b0418f9df675a8a023 (diff)
downloadplatform_external_libbrillo-bc4029603954d63ed110474d5aab808b8ec9961f.tar.gz
platform_external_libbrillo-bc4029603954d63ed110474d5aab808b8ec9961f.tar.bz2
platform_external_libbrillo-bc4029603954d63ed110474d5aab808b8ec9961f.zip
Default BRILLO_USE_DBUS to 0.
am: d26b2a3274 Change-Id: Ia2f1263e32cd9f4e8da41a4db8b39e2c3a8bb7ce
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c9adc15..24bae67 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)