From f85c340b07905445c4f7f31c3443338232b8cb03 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Wed, 23 Nov 2016 16:09:50 +0000 Subject: Remove unused junit target The final step in the change to rename junit target to junit-host. Bug: 30188076 Test: make checkbuild Change-Id: Ida3de60b0e1ea14aeaa16abd64da55026c853728 --- Android.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Android.mk b/Android.mk index 8be603b..f0d6f35 100644 --- a/Android.mk +++ b/Android.mk @@ -19,13 +19,6 @@ LOCAL_PATH := $(call my-dir) # include definition of core-junit-files include $(LOCAL_PATH)/Common.mk -# note: this is deprecated in favour of junit-host; this will be removed soon. -include $(CLEAR_VARS) -LOCAL_MODULE := junit -LOCAL_MODULE_TAGS := optional -LOCAL_STATIC_JAVA_LIBRARIES := junit-host -include $(BUILD_HOST_JAVA_LIBRARY) - # build a junit-host jar # ---------------------- -- cgit v1.2.3