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

Commit e8befad0 authored by Jingwen Chen's avatar Jingwen Chen
Browse files

Use prebuilt dir variable for BISON_PKGDATADIR, instead of an absolute path.



Test: m

Signed-off-by: default avatarJingwen Chen <jingwen@google.com>
Change-Id: I329d8f685f60fd05727b65aecb82eb03807e9201
parent c94417e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -579,7 +579,7 @@ LEX := $(prebuilt_build_tools_bin_noasan)/flex
# 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_PKGDATADIR := $(prebuilt_build_tools)/common/bison
BISON := $(prebuilt_build_tools_bin_noasan)/bison
YACC := $(BISON) -d
BISON_DATA := $(wildcard $(BISON_PKGDATADIR)/* $(BISON_PKGDATADIR)/*/*)