summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:50:51 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:50:51 -0800
commita26f3396c1e7ca9a8c8a1cfd108d51dc567b3d22 (patch)
treecf4d7d5f7a99032031c0f56cf7b49b6df8deea93
parent2a2e619c0e4cb7fa3157b39d53cbd412d8c77f70 (diff)
downloadlibwebm-a26f3396c1e7ca9a8c8a1cfd108d51dc567b3d22.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/libwebmandroid-s-preview-1
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I9016057dcb811ceea4b0cbb71a6febd16646be64
-rw-r--r--Android.bp23
1 files changed, 23 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9808a8c..4941a74 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,29 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_libwebm_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_libwebm_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE.TXT",
+ "PATENTS.TXT",
+ ],
+}
+
cc_library {
name: "libwebm_mkvmuxer",
host_supported: true,