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

Commit ced0e1b8 authored by Ying Wang's avatar Ying Wang Committed by Jean-Baptiste Queru
Browse files

Switch to prebuilt bison

Bug: 8517572
Change-Id: Iad91b1db9472712899c4b46e2a8da5ba34ccb1cd
parent 5ec66d15
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)