From 89ee3fcced34ed84f5eae77d24c3956de5f727b0 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 19 Dec 2012 21:55:46 +0100 Subject: l10ntools: remove wrong dependency on offapi Change-Id: I1de82c254438bd3f706caa3c3b3221cfc4de5ff1 --- l10ntools/StaticLibrary_transex.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/l10ntools/StaticLibrary_transex.mk b/l10ntools/StaticLibrary_transex.mk index f7bed0500355..79a7a20e3db4 100644 --- a/l10ntools/StaticLibrary_transex.mk +++ b/l10ntools/StaticLibrary_transex.mk @@ -39,8 +39,6 @@ $(eval $(call gb_StaticLibrary_set_include,transex,\ $(eval $(call gb_StaticLibrary_use_external,transex,boost_headers)) -$(eval $(call gb_StaticLibrary_use_sdk_api,transex)) - $(eval $(call gb_StaticLibrary_add_exception_objects,transex,\ l10ntools/source/export2 \ l10ntools/source/merge \ -- cgit