# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # include $(SRCDIR)/vcl/commonfuzzer.mk $(eval $(call gb_Executable_Executable,pctfuzzer)) $(eval $(call gb_Executable_use_api,pctfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,pctfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,pctfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,pctfuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,pctfuzzer,\ $(fuzzer_statics) \ )) $(eval $(call gb_Executable_add_exception_objects,pctfuzzer,\ vcl/workben/pctfuzzer \ )) $(eval $(call gb_Executable_add_libs,pctfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: ro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/javaunohelper
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-05-16 12:59:56 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-05-16 13:00:55 +0200
commite55b3ad2709aa17582b84db618126c47c63a8831 (patch)
treeedd8067d1ae363e8590eef4449cfd36623f59857 /javaunohelper
parent56f87dac69b487f7b9aef4d3fd34c3a8a232a8df (diff)
javaunohelper: blind fix for Android build broken by 2d22f8bb15c1
Change-Id: Ie56197b3f4a90b8f9510a1c29d0388f5f70e1d16 Reviewed-on: https://gerrit.libreoffice.org/72408 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Tested-by: Michael Stahl <Michael.Stahl@cib.de>