aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 02:06:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 02:06:52 +0000
commit3bbfdc57df1a215fcb42e2b95f79cf5b23100c57 (patch)
treebd32d9a20040c3c744295b3dd38b96d6001b78ab
parent043398f5c456fc78cd8f5f2057e3a2e767eebfca (diff)
parent65c8e23945909a9d54a07fa0c87ddb2266c9bbbd (diff)
downloadsonic-android12-mainline-resolv-release.tar.gz
Change-Id: I3e53d20ed90555381d273fac6a754bc6b8b1d7c4
-rw-r--r--Android.bp23
-rw-r--r--METADATA3
2 files changed, 26 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 23ca486..484caa3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,26 @@
+package {
+ default_applicable_licenses: ["external_sonic_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:'.
+// http://go/android-license-faq
+license {
+ name: "external_sonic_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "COPYING",
+ "NOTICE",
+ ],
+}
+
cc_library_shared {
name: "libsonic",
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}