From 5a27bdad7ef96d238800fd74ff24a6eb4679c2b7 Mon Sep 17 00:00:00 2001 From: Sasha Smundak Date: Fri, 5 Mar 2021 15:17:26 -0800 Subject: [PATCH] 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 --- vnames.go.json | 1 - vnames.json | 3 --- 2 files changed, 4 deletions(-) diff --git a/vnames.go.json b/vnames.go.json index 7ce2d4b49..f8c6b7fbc 100644 --- a/vnames.go.json +++ b/vnames.go.json @@ -2,7 +2,6 @@ { "pattern": "(.*)", "vname": { - "corpus": "android.googlesource.com/platform/superproject", "path": "@1@" } } diff --git a/vnames.json b/vnames.json index f9d3adc8b..096260f6a 100644 --- a/vnames.json +++ b/vnames.json @@ -2,7 +2,6 @@ { "pattern": "out/(.*)", "vname": { - "corpus": "android.googlesource.com/platform/superproject", "root": "out", "path": "@1@" } @@ -10,9 +9,7 @@ { "pattern": "(.*)", "vname": { - "corpus": "android.googlesource.com/platform/superproject", "path": "@1@" } } ] -