summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2015-08-26 18:49:05 -0700
committerAlex Deymo <deymo@google.com>2015-08-26 18:52:43 -0700
commit5977b8c197a42ed71c946ea538327e0257751f08 (patch)
treedbc4b7d51beaa8b021a9808d8bd5c27eb303c193
parent95e682376b2c00ad12432acdbce23c39d5122f72 (diff)
downloadlibchromeos-5977b8c197a42ed71c946ea538327e0257751f08.tar.gz
Export dbus include dirs when using libchromeos-dbus
libchromeos-dbus header files (such as dbus_daemon.h) include header files from the dbus library, so if someone uses libchromeos-dbus it needs to include dbus's include dirs. This patch exposes dbus include dir to libchromeos-dbus users. Bug: 23084776 TEST=mma in update_engine Change-Id: I7ce3ffabdd3296553c846b54b8d1a592cd4ba3db
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index d080d1e..a6b2347 100644
--- a/Android.mk
+++ b/Android.mk
@@ -146,7 +146,7 @@ LOCAL_CFLAGS := $(libchromeos_CFLAGS)
LOCAL_CPPFLAGS := $(libchromeos_CPPFLAGS)
LOCAL_RTTI_FLAG := -frtti
LOCAL_CLANG := true
-LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
+LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) external/dbus
include $(BUILD_SHARED_LIBRARY)
# Shared minijail library for target