Stop leaking all ScPostIt instances.
[LibreOffice.git] / android / Module_android.mk
blobda984827160bb77fd33da4f768cd997e0bad1662
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 $(eval $(call gb_Module_Module,android))
11 ifeq ($(ENABLE_SDREMOTE_ANDROID),TRUE)
13 $(eval $(call gb_Module_add_targets,android,\
14 CustomTarget_sdremote \
17 endif
19 ifeq ($(OS),ANDROID)
21 $(eval $(call gb_Module_add_targets,android,\
22 CustomTarget_lo4android \
23 CustomTarget_android_desktop \
26 endif
28 # vim: set noet sw=4 ts=4: