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"],