summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-08 01:17:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-08 01:17:44 +0000
commitbf9f704c3e74e04a06f94866b7961adaca7b13a5 (patch)
treea276dc89c565122f034f49cd07a8d1a305744698
parent6e5d349d746c1c22839655b389b7de8db2536da4 (diff)
parent1f8b9b9d7f75b73d3596a3d6269188a200fc6a32 (diff)
downloadextras-bf9f704c3e74e04a06f94866b7961adaca7b13a5.tar.gz
Snap for 7529132 from 1f8b9b9d7f75b73d3596a3d6269188a200fc6a32 to sc-v2-release
Change-Id: I5796e41485d1ddfdd239c3fe24159127cf66559f
-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, 0 insertions, 4 deletions
diff --git a/ext4_utils/Android.bp b/ext4_utils/Android.bp
index 80f70b9a..10aa765f 100644
--- a/ext4_utils/Android.bp
+++ b/ext4_utils/Android.bp
@@ -20,7 +20,6 @@ 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 0b464b01..6bd44dd9 100644
--- a/libfec/Android.bp
+++ b/libfec/Android.bp
@@ -70,7 +70,6 @@ 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 343ccef3..afdc7f4e 100644
--- a/libfscrypt/Android.bp
+++ b/libfscrypt/Android.bp
@@ -19,7 +19,6 @@ 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 b2d493b7..4a6fb5fa 100644
--- a/squashfs_utils/Android.bp
+++ b/squashfs_utils/Android.bp
@@ -21,7 +21,6 @@ cc_library {
name: "libsquashfs_utils",
cflags: ["-Werror"],
host_supported: true,
- ramdisk_available: true,
recovery_available: true,
srcs: [
"squashfs_utils.c",