From 4a1dbccac6c18ac749bd0a75f5194540b7d7e001 Mon Sep 17 00:00:00 2001 From: Bonian Chen Date: Wed, 20 Nov 2019 23:05:27 +0800 Subject: [PATCH] [Settings] Fix robotest build breakage Add annotation library into test build Bug: 144810473 Test: build pass Change-Id: Idb4e056fb73a349ac268e5d2292a31fe7d9a6642 --- tests/robotests/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index 28c987b256f..263f83d4747 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp @@ -59,6 +59,7 @@ android_robolectric_test { static_libs: [ "SettingsLib-robo-testutils", + "app-compat-annotations", ], java_resource_dirs: ["config"],