From beb3f9a7052ee0075c660610ebe2b40b5d52ef5c Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Mon, 25 Jul 2022 18:35:58 -0700 Subject: [PATCH] Add BSD-like binary-only license kind. Test: m droid dist Change-Id: I1508ae374a6764fcf3469f93584ba06839b43953 --- licenses/Android.bp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/licenses/Android.bp b/licenses/Android.bp index 8db001f44..133f7f783 100644 --- a/licenses/Android.bp +++ b/licenses/Android.bp @@ -31,6 +31,15 @@ license { license_text: ["LICENSE"], } +license_kind { + name: "BSD-Like-Binary-Only", + conditions: [ + "notice", + "by_exception_only", + "proprietary", + ], +} + license_kind { name: "SPDX-license-identifier-0BSD", conditions: ["unencumbered"],