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

Commit 2321482e authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "Switch to prebuilt bison"

parents 5ec66d15 ced0e1b8
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -276,7 +276,14 @@ endif
# Generic tools.

LEX := flex
YACC:= bison -d
# The default PKGDATADIR built in the prebuilt bison is a relative path
# external/bison/data.
# To run bison from elsewhere you need to set up enviromental variable
# BISON_PKGDATADIR.
BISON_PKGDATADIR := $(PWD)/external/bison/data
BISON := prebuilts/misc/$(HOST_PREBUILT_TAG)/bison/bison
YACC := $(BISON) -d

DOXYGEN:= doxygen
AAPT := $(HOST_OUT_EXECUTABLES)/aapt$(HOST_EXECUTABLE_SUFFIX)
AIDL := $(HOST_OUT_EXECUTABLES)/aidl$(HOST_EXECUTABLE_SUFFIX)