From 3ec894756d5927866df4b87201a2690a58574750 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 1 Oct 2015 14:51:31 +0200 Subject: basebmp: fix Android build Change-Id: Ie84f41ab8ad032de5a31e4f566ec5b2358adcf37 (cherry picked from commit 13a609e27476f4a9589f95e60417428a4aaa888b) --- basebmp/StaticLibrary_basebmp.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/basebmp/StaticLibrary_basebmp.mk b/basebmp/StaticLibrary_basebmp.mk index c80427f85344..e98e266c072e 100644 --- a/basebmp/StaticLibrary_basebmp.mk +++ b/basebmp/StaticLibrary_basebmp.mk @@ -11,6 +11,11 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,basebmp)) $(eval $(call gb_StaticLibrary_use_sdk_api,basebmp)) +$(eval $(call gb_StaticLibrary_set_include,basebmp,\ + -I$(SRCDIR)/basebmp/inc \ + $$(INCLUDE) \ +)) + $(eval $(call gb_StaticLibrary_use_externals,basebmp,\ boost_headers \ vigra_headers \ -- cgit