Sample app uses the inline suggestion theme from the support library

Test: manual
Bug: 10329810

Change-Id: Ib151044a726aa0892635e28f02c6cef5829abd39
diff --git a/samples/AutofillKeyboard/Android.bp b/samples/AutofillKeyboard/Android.bp
index 273dbd2..57a4249 100644
--- a/samples/AutofillKeyboard/Android.bp
+++ b/samples/AutofillKeyboard/Android.bp
@@ -6,6 +6,7 @@
     sdk_version: "current",
     static_libs: [
         "androidx.annotation_annotation",
+        "androidx.autofill_autofill",
         "android-support-annotations",
     ],
 }