aboutsummaryrefslogtreecommitdiff
path: root/contrib/Android.bp
diff options
context:
space:
mode:
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"]
//########################################################################