Compare commits

...

2 Commits

Author SHA1 Message Date
Xin Li
e8527be8c7 DO NOT MERGE ANYWHERE - Update rr-dev to use main branch.
Bug: b/289400079
Change-Id: Ie1c69816af93020b3a28bb0d71b242b5e767d766
2023-07-05 23:02:15 -07:00
Dan Albert
c7940cde8f Create manifest for building rr.
Change-Id: I6c133603aeb9a5e90349f81d4038e4f32ec3af10
2023-03-22 20:56:30 +00:00
2 changed files with 29 additions and 0 deletions

1
OWNERS Normal file
View File

@@ -0,0 +1 @@
danalbert@google.com

28
default.xml Normal file
View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!--
This branch is a main side branch and is configured to have all project
specific rules. When updating this manifest file, please also update the
project rule in google3 to ensure new projects get testing.
See go/side-branch-testing for details.
-->
<remote name="aosp"
fetch=".."
review="https://android-review.googlesource.com/"/>
<default revision="main"
remote="aosp"
sync-j="4"/>
<superproject name="platform/superproject" remote="aosp" revision="rr-dev"/>
<contactinfo bugurl="go/repo-bug" />
<project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" />
<project path="prebuilts/cmake/linux-x86" name="platform/prebuilts/cmake/linux-x86" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" />
<project path="prebuilts/ninja/linux-x86" name="platform/prebuilts/ninja/linux-x86" />
<project path="prebuilts/python/linux-x86" name="platform/prebuilts/python/linux-x86" revision="llvm-toolchain" />
<project path="toolchain/capnproto" name="toolchain/capnproto"/>
<project path="toolchain/prebuilts/ndk/r25" name="toolchain/prebuilts/ndk/r25" />
<project path="toolchain/rr" name="toolchain/rr"/>
</manifest>