diff options
author | Elliott Hughes <enh@google.com> | 2012-05-03 16:37:40 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2012-05-04 15:36:42 -0700 |
commit | 89898dff4ef83b952d303afbcc621ea230f9289f (patch) | |
tree | 3a0f24a6cc1b9c7ed7d65e16242993af86878cdb /core/config.mk | |
parent | 000e89a5b95a1d3071277ff279263204f49cbd78 (diff) | |
download | build-89898dff4ef83b952d303afbcc621ea230f9289f.zip build-89898dff4ef83b952d303afbcc621ea230f9289f.tar.gz build-89898dff4ef83b952d303afbcc621ea230f9289f.tar.bz2 |
Track libnativehelper move for PDK.
Bug: 6369821
Change-Id: I4dfd9eece9f6912a37c3caee77bd0eadb9313160
Diffstat (limited to 'core/config.mk')
-rw-r--r-- | core/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config.mk b/core/config.mk index dabdfde..620739f 100644 --- a/core/config.mk +++ b/core/config.mk @@ -28,7 +28,7 @@ SRC_HEADERS := \ $(TOPDIR)hardware/libhardware/include \ $(TOPDIR)hardware/libhardware_legacy/include \ $(TOPDIR)hardware/ril/include \ - $(TOPDIR)dalvik/libnativehelper/include \ + $(TOPDIR)libnativehelper/include \ $(TOPDIR)frameworks/native/include \ $(TOPDIR)frameworks/native/opengl/include \ $(TOPDIR)frameworks/av/include \ |