aboutsummaryrefslogtreecommitdiff
path: root/dateutil/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'dateutil/Android.bp')
-rw-r--r--dateutil/Android.bp11
1 files changed, 10 insertions, 1 deletions
diff --git a/dateutil/Android.bp b/dateutil/Android.bp
index 07de2ea..17a27e7 100644
--- a/dateutil/Android.bp
+++ b/dateutil/Android.bp
@@ -11,6 +11,16 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_python_dateutil_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_python_dateutil_license"],
+}
+
python_library {
name: "py-dateutil",
host_supported: true,
@@ -33,4 +43,3 @@ python_library {
],
pkg_path: "dateutil",
}
-