summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-03-05 16:04:31 -0800
committerMathias Agopian <mathias@google.com>2012-03-05 16:04:31 -0800
commitbd118e684de7048c5bb3d77b4239e489dbdce782 (patch)
tree77faa694f72b1c7459b430b217f5077269ba9997 /core/config.mk
parentcdcea7a83d9cffb7a46d73db3f1f9e1cecf0a21b (diff)
downloadbuild-bd118e684de7048c5bb3d77b4239e489dbdce782.zip
build-bd118e684de7048c5bb3d77b4239e489dbdce782.tar.gz
build-bd118e684de7048c5bb3d77b4239e489dbdce782.tar.bz2
add frameworks/native include paths
Change-Id: I1ede8075dc77f77f5a9bc4a53663d4a74842ab36
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index 47d675a..b9432d8 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -29,6 +29,8 @@ SRC_HEADERS := \
$(TOPDIR)hardware/libhardware_legacy/include \
$(TOPDIR)hardware/ril/include \
$(TOPDIR)dalvik/libnativehelper/include \
+ $(TOPDIR)frameworks/native/include \
+ $(TOPDIR)frameworks/native/opengl/include \
$(TOPDIR)frameworks/base/include \
$(TOPDIR)frameworks/base/opengl/include \
$(TOPDIR)frameworks/base/native/include \