summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-05-23 11:21:46 -0700
committerIan Rogers <irogers@google.com>2014-05-23 11:21:46 -0700
commitf3a7b1a20e7554218f89f5cb88d121bb509c4f4d (patch)
treef3f2d12512902de14a1f07b50b16811545bc1dc9 /android
parentd96331d5075e542930bb582bdabe8c0b1e305d46 (diff)
Remove deprecated WITH_HOST_DALVIK.
Bug: 13751317 Change-Id: I64e66eb34dbe10b39ec2e8c37da0038705b4931f
Diffstat (limited to 'android')
-rw-r--r--android/Android.mk14
1 files changed, 6 insertions, 8 deletions
diff --git a/android/Android.mk b/android/Android.mk
index ce346b4..38f136d 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -17,14 +17,12 @@ LOCAL_STATIC_LIBRARIES := liblog
LOCAL_MODULE:= libsqlite3_android
include $(BUILD_STATIC_LIBRARY)
-ifeq ($(WITH_HOST_DALVIK),true)
- include $(CLEAR_VARS)
- LOCAL_SRC_FILES:= $(libsqlite3_android_local_src_files)
- LOCAL_C_INCLUDES := $(libsqlite3_android_c_includes)
- LOCAL_STATIC_LIBRARIES := liblog
- LOCAL_MODULE:= libsqlite3_android
- include $(BUILD_HOST_STATIC_LIBRARY)
-endif
+include $(CLEAR_VARS)
+LOCAL_SRC_FILES:= $(libsqlite3_android_local_src_files)
+LOCAL_C_INCLUDES := $(libsqlite3_android_c_includes)
+LOCAL_STATIC_LIBRARIES := liblog
+LOCAL_MODULE:= libsqlite3_android
+include $(BUILD_HOST_STATIC_LIBRARY)
# Test for PhoneNumberUtils
#