summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-07-10 10:23:45 -0700
committerElliott Hughes <enh@google.com>2014-07-10 10:23:45 -0700
commite473f2fc6652e4c92c1045e818cb64e5c554ab04 (patch)
tree437612e1be3c2183c513279a478f8e7770b10c76
parent1b97b4da0b9b5ebfa18cc1fb8290725acb02bd6c (diff)
downloadandroid_external_sqlite-e473f2fc6652e4c92c1045e818cb64e5c554ab04.tar.gz
android_external_sqlite-e473f2fc6652e4c92c1045e818cb64e5c554ab04.tar.bz2
android_external_sqlite-e473f2fc6652e4c92c1045e818cb64e5c554ab04.zip
Switch sqlite/dist to the new icu.
Change-Id: I0b88ae01fced0f44880c30aa303c6828b6cdb821
-rw-r--r--dist/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Android.mk b/dist/Android.mk
index 05bb2fa..02c2409 100644
--- a/dist/Android.mk
+++ b/dist/Android.mk
@@ -52,8 +52,8 @@ LOCAL_MODULE:= libsqlite
LOCAL_C_INCLUDES += \
$(call include-path-for, system-core)/cutils \
- external/icu4c/i18n \
- external/icu4c/common
+ external/icu/icu4c/source/i18n \
+ external/icu/icu4c/source/common
LOCAL_SHARED_LIBRARIES += liblog \
libicuuc \