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
diff --git a/tests/app/Android.mk b/tests/app/Android.mk
index c0c0ccf..f2dc5d4 100644
--- a/tests/app/Android.mk
+++ b/tests/app/Android.mk
@@ -9,6 +9,7 @@
 
 LOCAL_STATIC_JAVA_LIBRARIES := \
     android-support-test \
+    guava \
     mockito-target \
     espresso-core \
     espresso-contrib-nodep \