Merge "Fix corpus name."

am: 5ffade1efb

Change-Id: I8ce2de9b7ab14836e5ac471a0381683c657c3165
This commit is contained in:
Alexander Smundak 2019-10-03 10:10:04 -07:00 committed by android-build-merger
commit accaafc07c
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{
"pattern": "out/(.*)",
"vname": {
"corpus": "CORPUS",
"corpus": "android.googlesource.com/platform/superproject",
"root": "out",
"path": "@1@"
}
@ -10,7 +10,7 @@
{
"pattern": "(.*)",
"vname": {
"corpus": "CORPUS",
"corpus": "android.googlesource.com/platform/superproject",
"path": "@1@"
}
}