From a0d31e733be32829ad042c31d6834e4e3a0e111b Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Fri, 22 Feb 2019 15:45:03 +0000 Subject: [PATCH] Remove usages of legacy-test and legacy-android-test Bug: 63127064 Test: TH Change-Id: I2f71b8dab6a5303cae24e36d6519a4001af66063 --- core/pdk_config.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/pdk_config.mk b/core/pdk_config.mk index 383c11ad05..ce78ecedcc 100644 --- a/core/pdk_config.mk +++ b/core/pdk_config.mk @@ -20,8 +20,6 @@ PDK_PLATFORM_JAVA_ZIP_JAVA_TARGET_LIB_DIR += \ target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates \ target/common/obj/JAVA_LIBRARIES/core-oj_intermediates \ target/common/obj/JAVA_LIBRARIES/core-libart_intermediates \ - target/common/obj/JAVA_LIBRARIES/legacy-test_intermediates \ - target/common/obj/JAVA_LIBRARIES/legacy-android-test_intermediates \ target/common/obj/JAVA_LIBRARIES/ext_intermediates \ target/common/obj/JAVA_LIBRARIES/framework_intermediates \ target/common/obj/JAVA_LIBRARIES/hwbinder_intermediates \