summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorRom Lemarchand <romlem@android.com>2015-04-03 15:09:11 -0700
committerRom Lemarchand <romlem@google.com>2015-04-03 15:09:11 -0700
commit93dda7cd8cab7e9f808c2b6864b554280bfcdf74 (patch)
tree8444bfcd576ede4cd4c3fef47f1b45d929258bd5 /core/config.mk
parent7f131dbe07f5a9fc896dabf80cfe564c858b244f (diff)
downloadbuild-93dda7cd8cab7e9f808c2b6864b554280bfcdf74.zip
build-93dda7cd8cab7e9f808c2b6864b554280bfcdf74.tar.gz
build-93dda7cd8cab7e9f808c2b6864b554280bfcdf74.tar.bz2
Add the new audio include path on the list of default includes
Change-Id: If40ba57cb97f86802c2872772672a380afc4d947
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index c3877ee..609e2a9 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -38,6 +38,7 @@ SRC_DOCS:= $(TOPDIR)docs
# TODO: See if we can remove most of these from the global list.
SRC_HEADERS := \
$(TOPDIR)system/core/include \
+ $(TOPDIR)system/media/audio/include \
$(TOPDIR)hardware/libhardware/include \
$(TOPDIR)hardware/libhardware_legacy/include \
$(TOPDIR)hardware/ril/include \