From 3c03b45a16fa4e7d75317a7419e569c9a88530e7 Mon Sep 17 00:00:00 2001 From: Steven Ng Date: Wed, 17 May 2017 23:30:42 +0100 Subject: [PATCH] DO NOT MERGE Fix build failure due to missing guava target Test: 1) build sailfish-userdebug successfully 2) m SettingsTests -j32 built successfully Bug: 33059280 Change-Id: If1c281888e4581b5eb3b8842892464aebd04b827 --- tests/app/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/app/Android.mk b/tests/app/Android.mk index c0c0ccfc852..f2dc5d47616 100644 --- a/tests/app/Android.mk +++ b/tests/app/Android.mk @@ -9,6 +9,7 @@ LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle LOCAL_STATIC_JAVA_LIBRARIES := \ android-support-test \ + guava \ mockito-target \ espresso-core \ espresso-contrib-nodep \