Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a27bdad authored by Sasha Smundak's avatar Sasha Smundak
Browse files

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
parent 083e6cd2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
    {
        "pattern": "(.*)",
        "vname": {
            "corpus": "android.googlesource.com/platform/superproject",
            "path": "@1@"
        }
    }
+0 −3
Original line number Diff line number Diff line
@@ -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@"
    }
  }
]