Files
android_development/samples/AutofillKeyboard/Android.bp
Feng Cao 6d191940c2 Add initial sample IME code for autofill keyboard.
* 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
2019-11-21 23:09:16 -08:00

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",
],
}