fix widevine fuzzer: c++_static and cc_fuzz

c++_static and cc_fuzz interact badly

Fixes: 275500903
Test: widevine fuzzer starts and runs
Change-Id: I06b89b710c6f1f11d05756651391df3f682f872b
This commit is contained in:
Steven Moreland
2023-04-14 00:49:37 +00:00
parent bdc2668f9b
commit 680b990aee

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: [