Skip to content
Snippets Groups Projects
Commit e96bde14 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Use BUILD_HOST_STATIC_DALVIK_JAVA_LIBRARY for junit-hostdex" am:...

Merge "Use BUILD_HOST_STATIC_DALVIK_JAVA_LIBRARY for junit-hostdex" am: 9dd4dbb0 am: 2933ae21 am: c1600bcf
am: 83b9cd93

Change-Id: I70e474d9a96a7ac0a8d0d7e221b60c003414d624
parents 9e6e31e5 83b9cd93
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ LOCAL_MODULE := junit-hostdex
LOCAL_MODULE_TAGS := tests
LOCAL_STATIC_JAVA_LIBRARIES := hamcrest-hostdex
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)
include $(BUILD_HOST_DALVIK_STATIC_JAVA_LIBRARY)
endif # HOST_OS == linux
#-------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment