aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2016-09-30 23:02:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-30 23:02:31 +0000
commit275577134c58f100a2d6a570353b27cc738ee41a (patch)
tree6209ff35ce993dc6ea111f1360b9b48174c76a08
parentfe9e04be3c64fcf87a97ffc9418067ca049d3c77 (diff)
parentbc4029603954d63ed110474d5aab808b8ec9961f (diff)
downloadplatform_external_libbrillo-275577134c58f100a2d6a570353b27cc738ee41a.tar.gz
platform_external_libbrillo-275577134c58f100a2d6a570353b27cc738ee41a.tar.bz2
platform_external_libbrillo-275577134c58f100a2d6a570353b27cc738ee41a.zip
Default BRILLO_USE_DBUS to 0. am: d26b2a3274
am: bc40296039 Change-Id: I3b1560c4ad18d5c3c6a3a32de17fe5290dc6d9a8
-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)