xref: /aosp_15_r20/external/openscreen/platform/test/paths_internal_other.cc (revision 3f982cf4871df8771c9d4abe6e9a6f8d829b2736)
1 // Copyright 2020 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #include "platform/test/paths_internal.h"
6 #include "util/osp_logging.h"
7 
8 namespace openscreen {
9 
10 // NOTE: This is only for linking purposes in Chromium builds.
GetExePath()11 std::string GetExePath() {
12   OSP_NOTREACHED();
13 }
14 
15 }  // namespace openscreen
16