Source release 16.3.0
This commit is contained in:
8
oemcrypto/test/fuzz_tests/oemcrypto_fuzz_helper.cc
Normal file
8
oemcrypto/test/fuzz_tests/oemcrypto_fuzz_helper.cc
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright 2020 Google LLC. All Rights Reserved. This file and proprietary
|
||||
// source code may only be used and distributed under the Widevine Master
|
||||
// License Agreement.
|
||||
#include "oemcrypto_fuzz_helper.h"
|
||||
|
||||
namespace wvoec {
|
||||
void RedirectStdoutToFile() { freopen("log.txt", "a", stdout); }
|
||||
} // namespace wvoec
|
||||
Reference in New Issue
Block a user