Remove wired corpus name, use the one from the environment

Bug: 181825150
Test: run build/soong/build_kzip.bash, verify that the 'corpus' field
is still present and correct

Change-Id: I66cf44af9927d52c8fc014d93240d29c0e91c7ae
This commit is contained in:
Sasha Smundak 2021-03-05 15:17:26 -08:00
parent 083e6cd267
commit 5a27bdad7e
2 changed files with 0 additions and 4 deletions

View file

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

View file

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