From 01fc887a07ed8d07f6e7cd75a812b90956543338 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Wed, 21 Dec 2016 10:08:48 +0000 Subject: [PATCH] Remove legacy-test from TARGET_DEFAULT_JAVA_LIBRARIES Bug: 30188076 Test: make checkbuild Change-Id: I8cc9d4f7aad5d9c0fb0a52a5f5d430c6d28050ce --- core/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.mk b/core/config.mk index 2f43f4640..dd18d52ac 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