summaryrefslogtreecommitdiff
path: root/ext4_utils/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:32:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:32:05 +0000
commitc1ddcec52bb6a95f04da00965374f4ac744945dd (patch)
tree267b4b32eec1a9c1ee6b136866a9352f2d782157 /ext4_utils/Android.bp
parente474f50680b5c938d7462172b949578699df2854 (diff)
parent47b3c09c451749824a70a1d392097670a7a4bf95 (diff)
downloadextras-c1ddcec52bb6a95f04da00965374f4ac744945dd.tar.gz
Snap for 7550844 from 47b3c09c451749824a70a1d392097670a7a4bf95 to mainline-conscrypt-releaseandroid-mainline-12.0.0_r8android-mainline-12.0.0_r25android12-mainline-conscrypt-release
Change-Id: Ia9887db7ac5f1fa821cd8ba0b4e03dd7335e1c31
Diffstat (limited to 'ext4_utils/Android.bp')
-rw-r--r--ext4_utils/Android.bp28
1 files changed, 28 insertions, 0 deletions
diff --git a/ext4_utils/Android.bp b/ext4_utils/Android.bp
index 4efecf7d..10aa765f 100644
--- a/ext4_utils/Android.bp
+++ b/ext4_utils/Android.bp
@@ -1,5 +1,22 @@
// Copyright 2010 The Android Open Source Project
+package {
+ default_applicable_licenses: ["system_extras_ext4_utils_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "system_extras_ext4_utils_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_library {
name: "libext4_utils",
host_supported: true,
@@ -75,6 +92,17 @@ prebuilt_etc {
src: "mke2fs.conf",
}
+// TODO(b/157625953): Can't embedded into the other package because of missing variant
+filegroup {
+ name: "mke2fs_conf",
+ srcs: [
+ "mke2fs.conf",
+ ],
+ visibility: [
+ "//system/apex/apexer",
+ ],
+}
+
cc_binary_host {
name: "blk_alloc_to_base_fs",
srcs: ["blk_alloc_to_base_fs.cpp"],