Bazel: Remove unused resources variable

Change-Id: Iac2e547791929c26027ab4730ceac6177899ccf1
Signed-off-by: David Ostrovsky <david@ostrovsky.org>
This commit is contained in:
David Ostrovsky 2021-02-07 15:36:35 +01:00 committed by Matthias Sohn
parent c7685003d8
commit 7755645777
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ EXCLUDED = [
PKG + "api/SecurityManagerMissingPermissionsTest.java",
]
RESOURCES = glob(["resources/**"])
tests(tests = glob(
["tst/**/*.java"],
exclude = HELPERS + DATA + EXCLUDED,