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:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user