From b7adae8aaf70f094749697e94f30e57f55378168 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 24 May 2018 15:45:21 -0700 Subject: [PATCH] Use new flex binary Test: treehugger Change-Id: Ie1d41a3ee223a80b6f471b7b1cbede63cc7051f5 --- cc/gen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/gen.go b/cc/gen.go index f22a7837c..c794f5c38 100644 --- a/cc/gen.go +++ b/cc/gen.go @@ -25,7 +25,7 @@ import ( ) func init() { - pctx.SourcePathVariable("lexCmd", "prebuilts/misc/${config.HostPrebuiltTag}/flex/flex-2.5.39") + pctx.SourcePathVariable("lexCmd", "prebuilts/build-tools/${config.HostPrebuiltTag}/bin/flex") pctx.SourcePathVariable("yaccCmd", "prebuilts/build-tools/${config.HostPrebuiltTag}/bin/bison") pctx.SourcePathVariable("yaccDataDir", "prebuilts/build-tools/common/bison")