Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit eb25257e authored by Dan Willemsen's avatar Dan Willemsen Committed by Rashed Abdel-Tawab
Browse files

Use new flex binary

Test: treehugger
Change-Id: Iee21114ae863eb50d26ee9562879a97f956274ab
parent 7375b109
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -628,13 +628,13 @@ ZIPTIME := $(prebuilt_build_tools_bin)/ziptime
# ---------------------------------------------------------------
# Generic tools.

LEX := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/flex/flex-2.5.39
LEX := $(prebuilt_build_tools_bin)/flex
# The default PKGDATADIR built in the prebuilt bison is a relative path
# prebuilts/build-tools/common/bison.
# To run bison from elsewhere you need to set up enviromental variable
# BISON_PKGDATADIR.
BISON_PKGDATADIR := $(PWD)/prebuilts/build-tools/common/bison
BISON := prebuilts/build-tools/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/bin/bison
BISON := $(prebuilt_build_tools_bin)/bison
YACC := $(BISON) -d
BISON_DATA := $(wildcard $(BISON_PKGDATADIR)/* $(BISON_PKGDATADIR)/*/*)