aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index b55e954..155ba3a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,21 +16,21 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := messageformat
+LOCAL_SDK_VERSION := 4
LOCAL_SRC_FILES := $(call all-java-files-under, src/)
-
include $(BUILD_STATIC_JAVA_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := messageformat-tests
-LOCAL_STATIC_JAVA_LIBRARIES := messageformat junit-targetdex
+LOCAL_SDK_VERSION := 4
+LOCAL_STATIC_JAVA_LIBRARIES := messageformat
LOCAL_SRC_FILES := $(call all-java-files-under, tests/src/)
include $(BUILD_STATIC_JAVA_LIBRARY)
# Also build a host side library
include $(CLEAR_VARS)
-LOCAL_SRC_FILES := $(call all-java-files-under, src/)
-
LOCAL_MODULE := messageformat_host
+LOCAL_SRC_FILES := $(call all-java-files-under, src/)
include $(BUILD_HOST_JAVA_LIBRARY)