summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2020-07-02 16:37:05 +0100
committerMartin Stjernholm <mast@google.com>2020-08-26 22:33:46 +0100
commit11aa86ce0269e1bffd25f82297dd1e3d037b398f (patch)
tree85a57364cdd16c03e1e4f7238557cadae9515225
parente5da53aa7804cee53110765f80892eaac3503b59 (diff)
downloadmanifest-11aa86ce0269e1bffd25f82297dd1e3d037b398f.tar.gz
Add prebuilts/runtime back into the full platform manifest.
Soong is now able to handle the prebuilts with prefer false. This reestablishes the automerger path from AOSP to internal for prebuilts/runtime. Test: m Test: lunch aosp_blueline_hwasan-userdebug && m nothing Bug: 151303681 Change-Id: I4440e68e41d8f12fba9040be00d98d8aadfe5d80
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index c98b4b7bd..720419e3d 100644
--- a/default.xml
+++ b/default.xml
@@ -786,6 +786,7 @@
<project path="prebuilts/python/linux-x86/2.7.5" name="platform/prebuilts/python/linux-x86/2.7.5" groups="linux,pdk,pdk-cw-fs,pdk-fs" clone-depth="1" />
<project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" />
<project path="prebuilts/remoteexecution-client" name="platform/prebuilts/remoteexecution-client" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/runtime" name="platform/prebuilts/runtime" groups="pdk" clone-depth="1" />
<project path="prebuilts/rust" name="platform/prebuilts/rust" groups="pdk" clone-depth="1" />
<project path="prebuilts/r8" name="platform/prebuilts/r8" groups="pdk" clone-depth="1" />
<project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk" clone-depth="1" />