Fix lex/yacc path
Test: It no longer panics when there is a .yy/.ll file to build Change-Id: I15c17d0df9449eabbede5d8afef955156baaba3d
This commit is contained in:
@@ -25,8 +25,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
pctx.SourcePathVariable("lexCmd", "prebuilts/misc/${HostPrebuiltTag}/flex/flex-2.5.39")
|
pctx.SourcePathVariable("lexCmd", "prebuilts/misc/${config.HostPrebuiltTag}/flex/flex-2.5.39")
|
||||||
pctx.SourcePathVariable("yaccCmd", "prebuilts/misc/${HostPrebuiltTag}/bison/bison")
|
pctx.SourcePathVariable("yaccCmd", "prebuilts/misc/${config.HostPrebuiltTag}/bison/bison")
|
||||||
pctx.SourcePathVariable("yaccDataDir", "external/bison/data")
|
pctx.SourcePathVariable("yaccDataDir", "external/bison/data")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user