Files
android_development/samples/AutofillKeyboard/Android.bp
Feng Cao 95202b1a6e Sample app uses the inline suggestion theme from the support library
Test: manual
Bug: 10329810

Change-Id: Ib151044a726aa0892635e28f02c6cef5829abd39
2020-02-14 23:23:22 -08:00

13 lines
301 B
Plaintext

android_app {
name: "AutofillKeyboard",
srcs: ["**/*.java"],
min_sdk_version: "29",
target_sdk_version: "30",
sdk_version: "current",
static_libs: [
"androidx.annotation_annotation",
"androidx.autofill_autofill",
"android-support-annotations",
],
}