Merge remote-tracking branch 'aosp/upstream' into master

am: 88e39c0c1c

Change-Id: Ib75816fe43d1aaaa9d71f817459e1d3cedf4b199
This commit is contained in:
Colin Cross 2019-12-18 11:50:01 -08:00 committed by android-build-merger
commit cfcbd29e86

View file

@ -889,6 +889,10 @@ func (c *Context) MockFileSystem(files map[string][]byte) {
c.fs = pathtools.MockFs(files)
}
func (c *Context) SetFs(fs pathtools.FileSystem) {
c.fs = fs
}
// openAndParse opens and parses a single Blueprints file, and returns the results
func (c *Context) openAndParse(filename string, scope *parser.Scope, rootDir string,
parent *fileParseContext) (file *parser.File,