summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-25 16:57:04 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-25 16:57:04 +0000
commit82766c705c0b14cca7a6597dc35b18be0e0055e2 (patch)
tree0d6250fb08e8980cfad1704603c31d9f8bbf07ce
parent733b0dfa430bbcec3cb0815e8b0b5c98645764b2 (diff)
parent33573e11858025d3874ea73d7984575db145a2b0 (diff)
downloadextras-82766c705c0b14cca7a6597dc35b18be0e0055e2.tar.gz
Snap for 7493928 from 33573e11858025d3874ea73d7984575db145a2b0 to sc-v2-release
Change-Id: I7e84d68c20be435f1bc1c99ba679735cdbf825bd
-rw-r--r--ext4_utils/Android.bp1
-rw-r--r--libfec/Android.bp1
-rw-r--r--libfscrypt/Android.bp1
-rw-r--r--squashfs_utils/Android.bp1
4 files changed, 4 insertions, 0 deletions
diff --git a/ext4_utils/Android.bp b/ext4_utils/Android.bp
index 10aa765f..80f70b9a 100644
--- a/ext4_utils/Android.bp
+++ b/ext4_utils/Android.bp
@@ -20,6 +20,7 @@ license {
cc_library {
name: "libext4_utils",
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
srcs: [
"ext4_utils.cpp",
diff --git a/libfec/Android.bp b/libfec/Android.bp
index 6bd44dd9..0b464b01 100644
--- a/libfec/Android.bp
+++ b/libfec/Android.bp
@@ -70,6 +70,7 @@ cc_library {
name: "libfec",
defaults: ["libfec_default"],
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
target: {
diff --git a/libfscrypt/Android.bp b/libfscrypt/Android.bp
index afdc7f4e..343ccef3 100644
--- a/libfscrypt/Android.bp
+++ b/libfscrypt/Android.bp
@@ -19,6 +19,7 @@ license {
cc_library {
name: "libfscrypt",
+ ramdisk_available: true,
recovery_available: true,
srcs: [
"fscrypt.cpp",
diff --git a/squashfs_utils/Android.bp b/squashfs_utils/Android.bp
index 4a6fb5fa..b2d493b7 100644
--- a/squashfs_utils/Android.bp
+++ b/squashfs_utils/Android.bp
@@ -21,6 +21,7 @@ cc_library {
name: "libsquashfs_utils",
cflags: ["-Werror"],
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
srcs: [
"squashfs_utils.c",