For x86, x86_64, arm and arm64 Bug: 261600888 Test: build and run cuttlefish x86, x86_64 and arm64 Change-Id: I3ac4dad1ac9ec83b0e626e64715df450e8809b82
17 lines
336 B
C++
17 lines
336 B
C++
// This file was automatically generated. Do not edit.
|
|
|
|
#ifndef GEN_REGISTERED_FIELD_TRIALS_H_
|
|
#define GEN_REGISTERED_FIELD_TRIALS_H_
|
|
|
|
#include "absl/strings/string_view.h"
|
|
|
|
namespace webrtc {
|
|
|
|
inline constexpr absl::string_view kRegisteredFieldTrials[] = {
|
|
"",
|
|
};
|
|
|
|
} // namespace webrtc
|
|
|
|
#endif // GEN_REGISTERED_FIELD_TRIALS_H_
|