aboutsummaryrefslogtreecommitdiff
path: root/test_common/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test_common/Android.bp')
-rw-r--r--test_common/Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/test_common/Android.bp b/test_common/Android.bp
index b30e2e33..207b1db4 100644
--- a/test_common/Android.bp
+++ b/test_common/Android.bp
@@ -12,6 +12,17 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "packages_providers_ContactsProvider_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: [
+ "packages_providers_ContactsProvider_license",
+ ],
+}
+
java_library {
name: "ContactsProviderTestUtils",
srcs: ["src/**/*.java"],