summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2015-07-23 14:56:32 -0700
committerKenny Root <kroot@google.com>2015-07-23 15:57:12 -0700
commitfb963760f77a841f950cc06ee66da18d077c8b26 (patch)
treeddadd0822e202d4b353c205e3512d1af9385d214
parentc9a7f7c761d55a435f49a903e8e09a6a383211a1 (diff)
downloadmockito-fb963760f77a841f950cc06ee66da18d077c8b26.tar.gz
Disable jack for mockito-api-host temporarily
Change-Id: I1197c20632d4a41064e3923d7ea91a2c876d016b
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index b67c817..6c55502 100644
--- a/Android.mk
+++ b/Android.mk
@@ -94,6 +94,10 @@ LOCAL_SRC_FILES := $(target_src_files)
LOCAL_STATIC_JAVA_LIBRARIES := junit objenesis-host
LOCAL_MODULE := mockito-api-host
LOCAL_MODULE_TAGS := optional
+# This depends on a host module and not a hostdex which jack
+# cannot handle. Add this here until -hostdex targets are
+# made for the entire dependency tree of junit and objenesis
+LOCAL_JACK_ENABLED := disabled
include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)