summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-02-14 23:40:25 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-14 23:40:25 +0000
commit52153e27ed3cac945247e6b1eeba1385efb78f6f (patch)
treec053aa189f61c79f410b325fa66ae76ca8d712b7
parent271b22eaac028e13bc04d121a34d26349ca42a51 (diff)
parent0c5eb7cdf6e5823e0391a2bfd9a9ec7e3a8d430b (diff)
downloadllvm-libc-52153e27ed3cac945247e6b1eeba1385efb78f6f.tar.gz
Merge "external: libc: update copy.bara.sky config" into main am: 0c5eb7cdf6
Original change: https://android-review.googlesource.com/c/platform/external/llvm-libc/+/2964163 Change-Id: I6841a71f66cb9f0a8ae32c00ceb1ac97f196727b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--copy.bara.sky8
1 files changed, 3 insertions, 5 deletions
diff --git a/copy.bara.sky b/copy.bara.sky
index cacf3268f271..430fbf51d283 100644
--- a/copy.bara.sky
+++ b/copy.bara.sky
@@ -1,3 +1,4 @@
+# Use `copybara copy.bara.sky` to update sources from upstream.
core.workflow(
name = "default",
origin = git.origin(
@@ -32,10 +33,8 @@ core.workflow(
],
),
destination = git.gerrit_destination(
- url = "sso://googleplex-android/platform/external/llvm-libc",
- #url = "https://googleplex-android.googlesource.com/platform/external/llvm-libc",
- #url = "https://android.googlesource.com/platform/external/llvm-libc",
- fetch = "master",
+ url = "https://android.googlesource.com/platform/external/llvm-libc",
+ fetch = "main",
),
destination_files = glob(
[
@@ -47,7 +46,6 @@ core.workflow(
authoring = authoring.pass_thru(
"LLVM libc <llvm-libc@google.com>"
),
- # mode = 'ITERATIVE',
transformations = [
core.move("libc/LICENSE.TXT", "LICENSE"),
core.move("libc/include", "include"),