aboutsummaryrefslogtreecommitdiff
path: root/contrib/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-23 02:30:24 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-23 02:30:24 +0000
commitc2d3a2a979d6f94eb2503b6a89df63a2db27d1f9 (patch)
treee6840663b1693bf32ca1b2951480a8bdd00c1a8f /contrib/Android.bp
parentc0c15ff7562525c04d7de3bdb14f2e96ca09ab36 (diff)
parent878e4ded1195061dc0a9b6f99db59a4ab86c7018 (diff)
downloade2fsprogs-android12-mainline-neuralnetworks-release.tar.gz
Change-Id: I7cf79919fe3ca03fa5255a700589565a525d2fb9
Diffstat (limited to 'contrib/Android.bp')
-rw-r--r--contrib/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/Android.bp b/contrib/Android.bp
index 8bde657f..5fb5545b 100644
--- a/contrib/Android.bp
+++ b/contrib/Android.bp
@@ -1,5 +1,15 @@
// Copyright 2017 The Android Open Source Project
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_e2fsprogs_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ // SPDX-license-identifier-GPL
+ default_applicable_licenses: ["external_e2fsprogs_license"],
+}
+
subdirs = ["android"]
//########################################################################