aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 75ef32c..2c8f79f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -27,3 +27,10 @@ LOCAL_STATIC_JAVA_LIBRARIES := messageformat junit-targetdex
LOCAL_SRC_FILES := $(call all-java-files-under, javatests/)
LOCAL_SDK_VERSION := 9
include $(BUILD_STATIC_JAVA_LIBRARY)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := messageformat-benchmarks
+LOCAL_STATIC_JAVA_LIBRARIES := messageformat caliper-api-target
+LOCAL_SRC_FILES := $(call all-java-files-under, benchmarks/)
+LOCAL_SDK_VERSION := 9
+include $(BUILD_STATIC_JAVA_LIBRARY)