From 1270cee3649aa9fba9de25bfed66e6b3925dd7f0 Mon Sep 17 00:00:00 2001 From: Ilya Mizus Date: Tue, 13 May 2014 18:06:48 +0400 Subject: [PATCH] Added Windows shell API lib for Android classpath --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 12807a5a7f..4954876ab7 100755 --- a/makefile +++ b/makefile @@ -228,7 +228,7 @@ ifneq ($(android),) icu-libs := $(android)/external/icu4c/lib/sicuin.a \ $(android)/external/icu4c/lib/sicuuc.a \ $(android)/external/icu4c/lib/sicudt.a - platform-lflags := -lgdi32 + platform-lflags := -lgdi32 -lshlwapi -lwsock32 else android-cflags += -fPIC -DHAVE_SYS_UIO_H icu-libs := $(android)/external/icu4c/lib/libicui18n.a \