1package { 2 default_applicable_licenses: ["Android-Apache-2.0"], 3} 4 5android_app { 6 name: "AutofillKeyboard", 7 srcs: ["**/*.java"], 8 min_sdk_version: "29", 9 target_sdk_version: "30", 10 sdk_version: "current", 11 static_libs: [ 12 "androidx.annotation_annotation", 13 "androidx.autofill_autofill", 14 "android-support-annotations", 15 ], 16} 17