am 31e588e4: am dd75a03d: Fix the win_sdk build.

* commit '31e588e4e1f7fa4223d01999150c7e2a71c797ac':
  Fix the win_sdk build.
This commit is contained in:
Ying Wang 2013-04-05 19:00:00 -07:00 committed by Android Git Automerger
commit 4d18730567

View file

@ -281,7 +281,7 @@ LEX := flex
# 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
BISON := prebuilts/misc/$(BUILD_OS)-$(BUILD_ARCH)/bison/bison
YACC := $(BISON) -d
DOXYGEN:= doxygen