summaryrefslogtreecommitdiffstats
path: root/nci
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-01-05 11:44:54 +0000
committerNarayan Kamath <narayan@google.com>2015-01-05 11:44:54 +0000
commit7b3cc72f519a9de129ad529f90edc27d30f606d0 (patch)
tree106bc6e4c8c3d518819c193976b6f46b39380606 /nci
parentf30e2ed4a9aa9801504c786c8ae515b88bf1d79e (diff)
downloadandroid_packages_apps_Nfc-7b3cc72f519a9de129ad529f90edc27d30f606d0.tar.gz
android_packages_apps_Nfc-7b3cc72f519a9de129ad529f90edc27d30f606d0.tar.bz2
android_packages_apps_Nfc-7b3cc72f519a9de129ad529f90edc27d30f606d0.zip
Remove hardcoded ICU include paths.
ICU exports them using LOCAL_EXPORT_C_INCLUDE_DIRS. bug: 18581021 Change-Id: Idef12878b62b69c6c2e2efcceb5db9e8c37c976c
Diffstat (limited to 'nci')
-rw-r--r--nci/jni/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/nci/jni/Android.mk b/nci/jni/Android.mk
index 241e333c..ed4d3c4e 100644
--- a/nci/jni/Android.mk
+++ b/nci/jni/Android.mk
@@ -23,7 +23,6 @@ endef
LOCAL_SRC_FILES:= $(call all-cpp-files-under, .)
LOCAL_C_INCLUDES += \
- external/icu/icu4c/source/common \
external/libxml2/include \
frameworks/native/include \
libcore/include \