From de88056b177a2f5d82325c78dff443e7975862f6 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Wed, 21 Dec 2016 10:08:48 +0000 Subject: [PATCH] 2nd attempt to remove legacy-test from TARGET_DEFAULT_JAVA_LIBRARIES Bug: 30188076 Test: make checkbuild (cherry picked from commit 01fc887a07ed8d07f6e7cd75a812b90956543338) Change-Id: I114948232fd63eaf57a777d37623e4c931bdd0ff --- core/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.mk b/core/config.mk index 2f43f46408..dd18d52acb 100644 --- a/core/config.mk +++ b/core/config.mk @@ -701,7 +701,7 @@ endif # allow overriding default Java libraries on a per-target basis ifeq ($(TARGET_DEFAULT_JAVA_LIBRARIES),) - TARGET_DEFAULT_JAVA_LIBRARIES := core-oj core-libart legacy-test ext framework okhttp + TARGET_DEFAULT_JAVA_LIBRARIES := core-oj core-libart ext framework okhttp endif # Flags for DEX2OAT