aboutsummaryrefslogtreecommitdiff
path: root/lib/blkid/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/blkid/Android.bp')
-rw-r--r--lib/blkid/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/blkid/Android.bp b/lib/blkid/Android.bp
index ccfdf8b9..9e0e2914 100644
--- a/lib/blkid/Android.bp
+++ b/lib/blkid/Android.bp
@@ -1,9 +1,22 @@
// 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-GPL
+ // SPDX-license-identifier-LGPL
+ // SPDX-license-identifier-LGPL-2.1
+ // SPDX-license-identifier-LGPL-3.0
+ default_applicable_licenses: ["external_e2fsprogs_license"],
+}
+
cc_library {
name: "libext2_blkid",
host_supported: true,
ramdisk_available: true,
+ vendor_ramdisk_available: true,
recovery_available: true,
unique_host_soname: true,
defaults: ["e2fsprogs-defaults"],