* This is just a skeleton IME with a very simple UI, no actual autofill related code is added yet. Test: manual - build using m -j AutofillKeyboard, and install with adb sync Change-Id: I8b22532646fc61af9e9c944f8db11ca1702b008f
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
android_app {
|
|
name: "AutofillKeyboard",
|
|
srcs: ["**/*.java"],
|
|
min_sdk_version: "29",
|
|
target_sdk_version: "30",
|
|
sdk_version: "current",
|
|
static_libs: [
|
|
"androidx.annotation_annotation",
|
|
],
|
|
}
|