From d3c4d9a0f828d42ee6cd0768607ca08b21669d70 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 16 Jul 2012 17:40:25 +0100 Subject: android: x86 porting work. --- sw/CppunitTest_sw_subsequent_odfimport.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/CppunitTest_sw_subsequent_odfimport.mk') diff --git a/sw/CppunitTest_sw_subsequent_odfimport.mk b/sw/CppunitTest_sw_subsequent_odfimport.mk index 006610e73964..84ee9f7823ae 100644 --- a/sw/CppunitTest_sw_subsequent_odfimport.mk +++ b/sw/CppunitTest_sw_subsequent_odfimport.mk @@ -83,7 +83,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_odfimport,\ ucb/source/ucp/file/ucpfile1 \ unotools/util/utl \ unoxml/source/service/unoxml \ - xmlhelp/util/ucpchelp1 \ + $(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_subsequent_odfimport)) -- cgit