package { default_applicable_licenses: [ "packages_services_Telephony_testapps_TestRcsApp_aosp_test_rcsclient_license", ], } // Added automatically by a large-scale-change // See: http://go/android-license-faq license { name: "packages_services_Telephony_testapps_TestRcsApp_aosp_test_rcsclient_license", visibility: [":__subpackages__"], license_kinds: [ "SPDX-license-identifier-Apache-2.0", ], license_text: [ "LICENSE", ], } 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", }