summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-05-01 22:28:58 -0700
committerBrian Carlstrom <bdc@google.com>2013-05-01 22:28:58 -0700
commitdf821ceb6626fd74cefe12a1fa68b9136ba054da (patch)
treefcf75be7311c0c6db8e1fbcad76e4e3a641dee7b
parentb4e9e379e360464d3d6bde3084e5b286238a9329 (diff)
downloadandroid_external_sqlite-df821ceb6626fd74cefe12a1fa68b9136ba054da.tar.gz
android_external_sqlite-df821ceb6626fd74cefe12a1fa68b9136ba054da.tar.bz2
android_external_sqlite-df821ceb6626fd74cefe12a1fa68b9136ba054da.zip
Tracking changes to *-host for host shared libraries
Change-Id: I4c01f3f32b0dbe450206f3e8cbf3d4eedfdb6562
-rw-r--r--dist/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Android.mk b/dist/Android.mk
index bc21b44..86f1c34 100644
--- a/dist/Android.mk
+++ b/dist/Android.mk
@@ -64,7 +64,7 @@ ifeq ($(WITH_HOST_DALVIK),true)
LOCAL_LDLIBS += -lpthread -ldl
LOCAL_CFLAGS += $(common_sqlite_flags)
LOCAL_MODULE:= libsqlite
- LOCAL_SHARED_LIBRARIES += libicuuc libicui18n
+ LOCAL_SHARED_LIBRARIES += libicuuc-host libicui18n-host
LOCAL_STATIC_LIBRARIES := liblog libutils libcutils
# include android specific methods