summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 04:04:00 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 04:04:00 +0000
commitcd14f04d3d16ae3d22c81800c9cf198e0fd33e49 (patch)
tree8e139861b6d5bbed8ecef6cf5761d17aee160c92
parentb734603518e2915c129465c7f136a7d069a6a01d (diff)
parent47f22b3723ef67903c320fc7c659d79d5aeb0e30 (diff)
downloadlibldac-cd14f04d3d16ae3d22c81800c9cf198e0fd33e49.tar.gz
Snap for 7151881 from 47f22b3723ef67903c320fc7c659d79d5aeb0e30 to tm-release
Change-Id: Id2f2fc8b514de96f4ea1eaeb217dc2eb5a9aa697
-rw-r--r--Android.bp23
1 files changed, 23 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5ab063d..7f8e448 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,26 @@
+package {
+ default_applicable_licenses: ["external_libldac_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+ name: "external_libldac_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ "NOTICE",
+ ],
+}
+
cc_library_shared {
name: "libldacBT_enc",
vendor_available: true,