From 3accfa29f95b0a65d4239983e9393662366cddc4 Mon Sep 17 00:00:00 2001
From: Googler <wyv@google.com>
Date: Tue, 22 Oct 2024 15:52:34 -0700
Subject: [PATCH] Remove reference to a deleted directory in ij.bazelproject

PiperOrigin-RevId: 688719768
Change-Id: I53b2d38a2fd924d08598c371e4bf6814ceb668a2
---
 scripts/ij.bazelproject | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/ij.bazelproject b/scripts/ij.bazelproject
index ba0bf0aa7a67f1..ec54c81a2f3fa0 100644
--- a/scripts/ij.bazelproject
+++ b/scripts/ij.bazelproject
@@ -20,7 +20,6 @@ targets:
   //src/tools/remote/...
   //src/tools/starlark/...
   # These tests require the Android SDK and enabling it in our WORKSPACE file.
-  -//src/test/java/com/google/devtools/build/android/...
   -//src/test/shell/bazel/android/...
   # These tests cause the build to fail on macOS:
   # https://github.com/bazelbuild/bazel/issues/13636