blob: 57a4249bec6e7999e7a6ae90883368b86cc4947e [file] [log] [blame]
Feng Cao6d191942019-11-20 19:46:02 -08001android_app {
2 name: "AutofillKeyboard",
3 srcs: ["**/*.java"],
4 min_sdk_version: "29",
5 target_sdk_version: "30",
6 sdk_version: "current",
7 static_libs: [
8 "androidx.annotation_annotation",
Feng Cao95202b12020-02-14 23:20:19 -08009 "androidx.autofill_autofill",
Feng Cao77ddcd12019-12-19 16:24:21 -080010 "android-support-annotations",
Feng Cao6d191942019-11-20 19:46:02 -080011 ],
12}