summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-07-26 23:16:44 +0000
committerMatthew Maurer <mmaurer@google.com>2023-07-27 16:33:38 +0000
commit4a8d7c25fa6ec27c047b37918605390b9f96aa03 (patch)
tree44d43059d7b905da083d58b5ffbc2ee81b32a84a
parent414432c78b7eb4cc509f4409d1c4ebb7820599b2 (diff)
downloadmanifest-4a8d7c25fa6ec27c047b37918605390b9f96aa03.tar.gz
Map in bazelbuild-rules_java
Even though we don't need this, Soong assumes it exists, and the build will fail without it. Bug: 293222884 Test: ABTD aosp-clang-tools Change-Id: I5363e5e120f727e808f5b85f9dbda56a8c041ccf
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index c0ef9af44..3225ccb2d 100644
--- a/default.xml
+++ b/default.xml
@@ -25,6 +25,7 @@
</project>
<project path="external/bazelbuild-rules_android" name="platform/external/bazelbuild-rules_android" groups="pdk" />
<project path="external/bazelbuild-rules_go" name="platform/external/bazelbuild-rules_go" groups="pdk" />
+ <project path="external/bazelbuild-rules_java" name="platform/external/bazelbuild-rules_java" groups="pdk" />
<project path="external/bazelbuild-kotlin-rules" name="platform/external/bazelbuild-kotlin-rules" groups="pdk" />
<project path="external/bazelbuild-rules_license" name="platform/external/bazelbuild-rules_license" groups="pdk" />
<project path="external/bazel-skylib" name="platform/external/bazel-skylib" groups="pdk" />