summaryrefslogtreecommitdiff
path: root/src/buildtool/serve_api/remote/target_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/serve_api/remote/target_client.cpp')
-rw-r--r--src/buildtool/serve_api/remote/target_client.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buildtool/serve_api/remote/target_client.cpp b/src/buildtool/serve_api/remote/target_client.cpp
index 97bb53c1..292d3378 100644
--- a/src/buildtool/serve_api/remote/target_client.cpp
+++ b/src/buildtool/serve_api/remote/target_client.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/remote/target_client.hpp"
#include <exception>
@@ -217,3 +219,5 @@ auto TargetClient::ServeTargetDescription(
}
return ArtifactDigest{response.description_id()};
}
+
+#endif // BOOTSTRAP_BUILD_TOOL