| commit | 95202b1a6ef3fe554f330ccef166e2a2f3509fe2 | [log] [tgz] |
|---|---|---|
| author | Feng Cao <fengcao@google.com> | Fri Feb 14 23:20:19 2020 -0800 |
| committer | Feng Cao <fengcao@google.com> | Fri Feb 14 23:23:22 2020 -0800 |
| tree | 8e9e19cae2eefda35630146312e0b9e9ba74cdcb | |
| parent | c93119ba22b6b77523a60a469325d756fd16ab4e [diff] [blame] |
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", ], }