Snap for 11931036 from d61da594a2 to 24Q3-release

Change-Id: Icc154d606c69f6e6294759a0909b4f70c6ed7f26
This commit is contained in:
Android Build Coastguard Worker 2024-06-05 23:29:42 +00:00
commit 154560726b
5 changed files with 2 additions and 10 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -20,7 +20,6 @@ package {
cc_defaults {
name: "libinit_fuzzer_defaults",
static_libs: [
"libc++fs",
"liblmkd_utils",
"libmodprobe",
"libprotobuf-cpp-lite",

View file

@ -72,9 +72,9 @@ endif
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS :=
ifeq ($(CLANG_COVERAGE),true)
ifeq ($(CLANG_COVERAGE_CONTINUOUS_MODE),true)
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/local/tmp/clang%c-%20m.profraw
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang%c-%20m.profraw
else
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/local/tmp/clang-%20m.profraw
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang-%20m.profraw
endif
endif