Merge "fix widevine fuzzer: c++_static and cc_fuzz"

This commit is contained in:
Treehugger Robot
2023-04-18 00:56:41 +00:00
committed by Android (Google) Code Review

View File

@@ -130,8 +130,6 @@ cc_defaults {
"libwvlevel3",
"lib_apex_manifest_minimal_proto_lite",
],
stl: "c++_static",
}
// ----------------------------------------------------------------------------
@@ -144,6 +142,8 @@ cc_binary {
"common_widevine_service-multilib-defaults-aidl",
],
stl: "c++_static",
srcs: ["src/service.cpp"],
include_dirs: [
@@ -168,6 +168,8 @@ cc_binary {
"common_widevine_service-multilib-defaults-aidl",
],
stl: "c++_static",
srcs: ["src/serviceLazy.cpp"],
include_dirs: [