From e0c64637965b8923ed09f71e8b35ec39a39d7a75 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 24 May 2018 15:45:21 -0700 Subject: 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 f22a7837..c794f5c3 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") -- cgit v1.2.3