blob: 34b0a1281c1c814569585e52959ec3afebe4b2d1 [file] [log] [blame]
package {
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_library {
name: "aosp_test_rcs_client_base",
srcs: ["src/com/android/libraries/rcs/**/*.java"],
static_libs: [
"androidx.annotation_annotation",
"androidx.concurrent_concurrent-futures",
"guava",
"nist-sip",
],
libs: [
"auto_value_annotations",
"org.apache.http.legacy",
],
plugins: [
"auto_value_plugin",
],
sdk_version: "system_current",
min_sdk_version: "30",
}