summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-01-22 16:24:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-01-22 16:24:42 +0000
commit0ca54eb3de7e24eff6d16fd633ba28875abad454 (patch)
tree9a62f4891f433952e84ecb8bcc92cc787d993eea
parent0009ac8eeddfd5afd133627cf31d514239f9c0ae (diff)
parent5489e95ad86da51e8d11d634c4bfaf0bf030232c (diff)
downloadbsdiff-0ca54eb3de7e24eff6d16fd633ba28875abad454.tar.gz
Merge "Add LOCAL_LICENSE_KINDS to external/bsdiff"
-rw-r--r--Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 34b3442..0330a32 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,17 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_bsdiff_license"],
+}
+
+license {
+ name: "external_bsdiff_license",
+ visibility: [":__subpackages__"],
+ license_kinds: ["SPDX-license-identifier-Apache-2.0","SPDX-license-identifier-BSD"],
+ license_text: ["LICENSE"],
+}
+
cc_defaults {
name: "bsdiff_defaults",
host_supported: true,