summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Parsons <cparsons@google.com>2022-10-25 18:01:12 -0400
committerChris Parsons <cparsons@google.com>2022-10-26 11:20:43 -0400
commit178d6875bc39201e7eedd7ed509f37082deb92fe (patch)
treeb8a399d7d0a6252525bf03cc1450e857197eac4b
parentd6a1c3ca162b6b3d8ebdd20f289d9480cd52d824 (diff)
downloadmanifest-178d6875bc39201e7eedd7ed509f37082deb92fe.tar.gz
add bazel-required projects to master-art
These projects will be required by the build system after bazel support is turned on. Bug: 254713799 Test: TH Change-Id: I7d43eb101e39b6a2af5d71c55253f5397fced7bd
-rw-r--r--default.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index df5635c81..a30813d40 100644
--- a/default.xml
+++ b/default.xml
@@ -170,6 +170,11 @@
Build system support.
None of these projects should be included in the ART apex.
-->
+ <project path="build/bazel" name="platform/build/bazel" groups="pdk" >
+ <linkfile src="bazel.WORKSPACE" dest="WORKSPACE" />
+ <linkfile src="bazel.BUILD" dest="BUILD" />
+ </project>
+ <project path="build/bazel_common_rules" name="platform/build/bazel_common_rules" groups="pdk" />
<project path="build/make" name="platform/build" groups="pdk">
<copyfile src="core/root.mk" dest="Makefile" />
<linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
@@ -184,8 +189,15 @@
<linkfile src="root.bp" dest="Android.bp" />
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
</project>
+ <project path="external/bazelbuild-rules_android" name="platform/external/bazelbuild-rules_android" 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" />
<project path="external/golang-protobuf" name="platform/external/golang-protobuf" groups="pdk" />
<project path="packages/modules/common" name="platform/packages/modules/common" groups="pdk-cw-fs,pdk-fs" />
+ <project path="prebuilts/bazel/common" name="platform/prebuilts/bazel/common" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/bazel/darwin-x86_64" name="platform/prebuilts/bazel/darwin-x86_64" groups="darwin,pdk" clone-depth="1" />
+ <project path="prebuilts/bazel/linux-x86_64" name="platform/prebuilts/bazel/linux-x86_64" groups="linux,pdk" clone-depth="1" />
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" groups="pdk" clone-depth="1" />
<project path="prebuilts/bundletool" name="platform/prebuilts/bundletool" groups="pdk" clone-depth="1" />
<project path="prebuilts/cmdline-tools" name="platform/prebuilts/cmdline-tools" groups="pdk-fs" clone-depth="1" />