blob: 273dbd2f49660e06e2bd287a3f58eeb2170d8e2d [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 Cao77ddcd12019-12-19 16:24:21 -08009 "android-support-annotations",
Feng Cao6d191942019-11-20 19:46:02 -080010 ],
11}