Compare commits

...

2 Commits

Author SHA1 Message Date
Xin Li
6359b285cf DO NOT MERGE ANYWHERE - Update sccache-dev to use main branch.
Bug: b/289400079
Change-Id: I7a64c1664e107e9ff6838b25b2091398d2c02de1
2023-07-31 09:32:05 -07:00
James Farrell
e6ba57dd47 Manifest for sccache-dev.
Change-Id: I00fa64f46a4f4065fd99e42d835b6539c36a28fa
2023-04-10 21:13:39 +00:00

12
default.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="aosp"
fetch=".."
review="https://android-review.googlesource.com/" />
<default revision="main"
remote="aosp"
sync-j="4" />
<project path="toolchain/sccache" name="toolchain/sccache"/>
<project path="prebuilts/rust" name="platform/prebuilts/rust" clone-depth="1"/>
</manifest>