libc++fs is part of libc++ now.
Change-Id: I2be806de736377e77bb49e4b3b9f72e25f7d717a
This commit is contained in:
parent
cdd4cb7db8
commit
c088de1879
4 changed files with 0 additions and 8 deletions
|
@ -190,7 +190,6 @@ cc_binary {
|
|||
|
||||
static_libs: [
|
||||
"android.hardware.health-translate-ndk",
|
||||
"libc++fs",
|
||||
"libhealthhalutils",
|
||||
"libhealthshim",
|
||||
"libfastbootshim",
|
||||
|
@ -416,7 +415,6 @@ cc_test_host {
|
|||
srcs: ["vendor_boot_img_utils_test.cpp"],
|
||||
static_libs: [
|
||||
"libbase",
|
||||
"libc++fs",
|
||||
"libfastboot",
|
||||
"libgmock",
|
||||
"liblog",
|
||||
|
|
|
@ -126,7 +126,6 @@ cc_library {
|
|||
"libprotobuf-cpp-lite",
|
||||
],
|
||||
static_libs: [
|
||||
"libc++fs",
|
||||
"libsnapshot_cow",
|
||||
],
|
||||
}
|
||||
|
@ -269,7 +268,6 @@ cc_defaults {
|
|||
"android.hardware.boot@1.1",
|
||||
"android.hardware.boot-V1-ndk",
|
||||
"libbrotli",
|
||||
"libc++fs",
|
||||
"libfs_mgr_binder",
|
||||
"libgflags",
|
||||
"libgsi",
|
||||
|
@ -350,7 +348,6 @@ cc_binary {
|
|||
],
|
||||
static_libs: [
|
||||
"libbrotli",
|
||||
"libc++fs",
|
||||
"libfstab",
|
||||
"libz",
|
||||
"update_metadata-protos",
|
||||
|
|
|
@ -168,7 +168,6 @@ libinit_cc_defaults {
|
|||
"libavb",
|
||||
"libavf_cc_flags",
|
||||
"libbootloader_message",
|
||||
"libc++fs",
|
||||
"libcgrouprc_format",
|
||||
"liblmkd_utils",
|
||||
"liblz4",
|
||||
|
@ -371,7 +370,6 @@ init_first_stage_cc_defaults {
|
|||
],
|
||||
|
||||
static_libs: [
|
||||
"libc++fs",
|
||||
"libfs_avb",
|
||||
"libavf_cc_flags",
|
||||
"libfs_mgr",
|
||||
|
|
|
@ -20,7 +20,6 @@ package {
|
|||
cc_defaults {
|
||||
name: "libinit_fuzzer_defaults",
|
||||
static_libs: [
|
||||
"libc++fs",
|
||||
"liblmkd_utils",
|
||||
"libmodprobe",
|
||||
"libprotobuf-cpp-lite",
|
||||
|
|
Loading…
Reference in a new issue