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()11std::string GetExePath() { 12 OSP_NOTREACHED(); 13 } 14 15 } // namespace openscreen 16