Default BRILLO_USE_DBUS to 0. am: d26b2a3274
am: bc40296039

Change-Id: I3b1560c4ad18d5c3c6a3a32de17fe5290dc6d9a8
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)