blob: 099bbb83cf8e9bb221337184979eb8115e48fac8 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
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",
],
}