blob: 0da14a60254c22fc2d47dca1804909316c97178b [file] [log] [blame]
//
// Build the setup compat library.
//
android_library {
name: "setupcompat",
manifest: "AndroidManifest.xml",
resource_dirs: [
"main/res",
],
srcs: [
"main/java/**/*.java",
"main/aidl/**/*.aidl",
],
static_libs: [
"androidx.annotation_annotation",
"androidx.core_core",
"guava",
],
min_sdk_version: "14",
}