From f8732bb2dbb8316a0b5394d7b4a783dd45fe42a4 Mon Sep 17 00:00:00 2001 From: Sundong Ahn Date: Thu, 8 Nov 2018 19:06:45 +0900 Subject: Change the impl lib name of java_sdk_library The impl lib name of java_sdk_library is changed to {module_name}.jar instead of {module_name}.impl.jar android.test.mock.impl is removed from stubs_defaults. RepetitiveTest class is added to public API in android.test.base Bug: 110404779 Test: m -j Change-Id: I5dd7f3a28bc22136b4e921de3eb5a3e77e5fc75f Merged-In: I5dd7f3a28bc22136b4e921de3eb5a3e77e5fc75f (cherry picked from commit b7540bf1a3f7e7f041ea8b3d3a3a23b15cab187c) --- Android.bp | 1 - data/etc/platform.xml | 6 +++--- test-legacy/Android.bp | 2 +- test-mock/Android.bp | 16 ++++++++++++++++ 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/Android.bp b/Android.bp index ab2bd9d98a6b..720b0453ac9d 100644 --- a/Android.bp +++ b/Android.bp @@ -1256,7 +1256,6 @@ stubs_defaults { "ext", "framework", "voip-common", - "android.test.mock.impl", ], local_sourcepaths: frameworks_base_subdirs, installable: false, diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 73c10d238a60..afe791344f7b 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -182,11 +182,11 @@ code to link against. --> + file="/system/framework/android.test.base.jar" /> + file="/system/framework/android.test.mock.jar" /> + file="/system/framework/android.test.runner.jar" />