diff options
Diffstat (limited to 'src/buildtool/serve_api/serve_service/configuration.cpp')
-rw-r--r-- | src/buildtool/serve_api/serve_service/configuration.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buildtool/serve_api/serve_service/configuration.cpp b/src/buildtool/serve_api/serve_service/configuration.cpp index af939eee..4a38cc83 100644 --- a/src/buildtool/serve_api/serve_service/configuration.cpp +++ b/src/buildtool/serve_api/serve_service/configuration.cpp @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#ifndef BOOTSTRAP_BUILD_TOOL + #include "src/buildtool/serve_api/serve_service/configuration.hpp" #include <optional> @@ -37,3 +39,5 @@ auto ConfigurationService::Compatibility( response->set_compatible(Compatibility::IsCompatible()); return ::grpc::Status::OK; } + +#endif // BOOTSTRAP_BUILD_TOOL |