From 6c25c29464df601a3f1ad425cc63d7bd5d94426a Mon Sep 17 00:00:00 2001 From: Bonian Chen Date: Mon, 25 Nov 2019 22:26:19 +0800 Subject: [PATCH] [Settings] Fix test case Change annotation library Bug: 144664534 Test: build pass Change-Id: Iffafc3a9a7dadc961d180c6a1ef2764c8d72eb2f --- tests/robotests/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index 263f83d4747..d7d1d519b0b 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp @@ -59,7 +59,7 @@ android_robolectric_test { static_libs: [ "SettingsLib-robo-testutils", - "app-compat-annotations", + "android-support-annotations", ], java_resource_dirs: ["config"],