commit | d2cefbe5a6c44c643147d9c0286bb8f7686ae399 | [log] [tgz] |
---|---|---|
author | Steve Fung <stevefung@google.com> | Thu Aug 29 15:23:58 2024 -0700 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 29 23:43:34 2024 +0000 |
tree | add569e2e02a29ed164f8d52155daea8c8f0986c | |
parent | 7ec76afbaedc457a155fa7373ec83ea395fe4c8d [diff] |
Remove generated directories from include_dirs Bug: 362796019 Change-Id: I7b42db2cb8600818c1b90e79066c282cf6596997 Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/tink/+/1110327 Reviewed-by: Anivia Li <aniviali@google.com> Commit-Queue: Steve Fung <stevefung@google.com> Reviewed-by: Francois Rousseau <frousseau@google.com> Fuchsia-Auto-Submit: Steve Fung <stevefung@google.com>
diff --git a/BUILD.gn b/BUILD.gn index 2ac0f03..ef94f82 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -17,7 +17,6 @@ ] include_dirs = [ - "$target_gen_dir", "$root_gen_dir/third_party/tink/cc", "//third_party/tink", ]