Skip to content
Snippets Groups Projects
Commit 83b9cd93 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: 9dd4dbb0 am: 2933ae21

am: c1600bcf

Change-Id: Ib54435dcc6a415f2e4e8438b4e4fe8365cf66361
parents 72def511 c1600bcf
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