aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-17 16:16:05 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-17 16:16:05 +0000
commit88d22fd23daf58305ec05b1a5422860f65b65981 (patch)
tree8802ceeffa13c2e3184201e626a5bd77bf836641
parent6bb0a926b802e075ad24291a682a73f534b29e3d (diff)
parent78fa88e29aa3af94a3f455feb15378712c87db65 (diff)
downloadmtools-88d22fd23daf58305ec05b1a5422860f65b65981.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/mtools am: 7d0f5e2ab9 am: edb618c772 am: 78fa88e29a
Original change: https://android-review.googlesource.com/c/platform/external/mtools/+/1636620 Change-Id: I03cf09dbdb3b72f1ad3cca0998bfd5d49df67ff4
-rw-r--r--Android.bp20
1 files changed, 20 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f3740ba..d0617b9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,26 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
+// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
+// DEPENDING ON IT IN YOUR PROJECT. ***
+package {
+ default_applicable_licenses: ["external_mtools_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_mtools_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "legacy_by_exception_only", // by exception only
+ ],
+ license_text: [
+ "COPYING",
+ ],
+}
+
cc_binary_host {
name: "mtools",
srcs: [