Enable cross referencing for generated sources (#1057)

This change should allow generated classes like AutoValue or Dagger
classes to be cross-referencable on cs.nomulus.foo

See b/184284124 for context.
This commit is contained in:
Lai Jiang 2021-04-06 10:35:20 -04:00 committed by GitHub
parent a5d1673923
commit 2c641c5a9b

View file

@ -1,6 +1,6 @@
[ [
{ {
"pattern": "(build/[^/]+)/(.*)", "pattern": "([^/]+/build/[^/]+)/(.*)",
"vname": { "vname": {
"corpus": "github.com/google/nomulus", "corpus": "github.com/google/nomulus",
"path": "@2@", "path": "@2@",