From 00937b127aa3243aa3d0ef396ecc6ff5b236452b Mon Sep 17 00:00:00 2001 From: Ted Xie Date: Thu, 3 Aug 2023 12:00:54 -0700 Subject: [PATCH] Exclude //tools/android from BazelCI build temporarily See issue #122. PiperOrigin-RevId: 553548670 Change-Id: I9af99c23cecea072f7bb5d402684e749f55952c9 --- .bazelci/presubmit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 49c8bd8e..8813fc7b 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -11,6 +11,7 @@ x_defaults: - "-//src/java/com/example/sampleapp/..." - "//toolchains/..." - "//tools/..." + - "-//tools/android/..." # TODO(#122): Un-exclude this once #122 is fixed. test_targets: - "//src/..." - "//test/..."