aboutsummaryrefslogtreecommitdiff
path: root/misc/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'misc/Android.bp')
-rw-r--r--misc/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/Android.bp b/misc/Android.bp
index a93bea4d..ca4267b8 100644
--- a/misc/Android.bp
+++ b/misc/Android.bp
@@ -2,6 +2,18 @@
// Library used to export files from this directory to other programs in this
// 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_misc",
host_supported: true,
@@ -129,6 +141,7 @@ tune2fs_libs = [
cc_binary {
name: "tune2fs",
host_supported: true,
+ vendor_ramdisk_available: true,
defaults: ["tune2fs-defaults"],
shared_libs: tune2fs_libs,