sandboxed-api/sandboxed_api/examples/hello_sapi
Christian Blichmann 726cabe2f7 Fix up generated header include paths
The "hello_sapi" example lives in a different WORKSPACE as it is intended to
show how to embed SAPI in your own projects. However, this is not compatible
with simply running `bazel build //sandboxed_api/...` after checkout.

This change simply replace `copts = ["-I."]` with `includes = ["."]`, so that
generated headers can be found reliably, regardless of how the example is
compiled.

PiperOrigin-RevId: 313782756
Change-Id: Iac26e828146b01545c81d9500f5f68fa0f2d4ddf
2020-05-29 08:13:58 -07:00
..
.bazelrc Add external embedding example 2020-05-14 11:40:02 +02:00
BUILD.bazel Fix up generated header include paths 2020-05-29 08:13:58 -07:00
CMakeLists.txt Add external embedding example 2020-05-14 11:40:02 +02:00
hello_lib.cc Merge pull request #39 from cblichmann:master 2020-05-14 06:17:42 -07:00
hello_main.cc Merge pull request #39 from cblichmann:master 2020-05-14 06:17:42 -07:00
hello_transacted.cc Merge pull request #39 from cblichmann:master 2020-05-14 06:17:42 -07:00
WORKSPACE.bazel Add external embedding example 2020-05-14 11:40:02 +02:00