summaryrefslogtreecommitdiff
path: root/android/CustomTarget_lo_android.mk
blob: 37f3012e62756c6f811ab4b8a20a7dbf0517af0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- 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/.

$(eval $(call gb_CustomTarget_CustomTarget,android/loandroid3))

loandroid3_DIR := $(call gb_CustomTarget_get_workdir,android/source)

$(call gb_CustomTarget_get_target,android/loandroid3) : \
	$(loandroid3_DIR)/done

$(loandroid3_DIR)/done : $(call gb_Postprocess_get_target,AllModulesButInstsetNative)
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MAK,2)
	cd $(SRCDIR)/android/source && $(MAKE) all
# Copy to $(BUILDDIR)/instsetoo_native as that is where the tinderbox build script
# still looks for the .apk, and we want fresh daily builds to be uploaded.
# Us "foo" instead of the old INPATH
	mkdir -p $(BUILDDIR)/instsetoo_native/foo/bin; \
	cp $(SRCDIR)/android/source/bin/*-debug.apk $(BUILDDIR)/instsetoo_native/foo/bin

$(call gb_CustomTarget_get_clean_target,android/loandroid3) :
	$(call gb_Output_announce,$(subst $(WORKDIR)/Clean/,,$@),$(false),MAK,2)
	cd $(SRCDIR)/android/source && $(MAKE) clean

# vim: set noet sw=4 ts=4:
3d9dd5742495b1a1f'>shell: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski 2017-10-27loplugin:includeform: shell (Windows)Stephan Bergmann 2017-09-29Drop check for Windows versions we don't supportMike Kaganski 2017-09-28shell: use Unicode on WindowsMike Kaganski 2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski 2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski 2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski 2017-04-11tdf#103058: allow optional registration for MS ProgIDsMike Kaganski 2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann 2017-03-14Various clang-cl/loplugin warningsStephan Bergmann 2017-03-10CosmeticsTor Lillqvist 2017-03-10tdf#103058: Implement OpenDocuments ActiveX controlMike Kaganski 2017-02-10Remove MinGW supportStephan Bergmann 2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann 2016-10-15clang-cl loplugin: shellStephan Bergmann 2016-09-09loplugin:constantparam in sfx2Noel Grandin 2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin 2016-06-22Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales 2016-04-19WIP tdf#89609 Ignore subsecond precision in iso8601Muhammet Kara 2016-04-07Drop pointless "internal" directory level for already internal include filesTor Lillqvist 2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin 2016-02-16use consistent #define checks for the Windows platformNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-02-05Fix typosAndrea Gelmini 2015-11-23loplugin:unusedfields in shell/Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin 2015-07-23inline a handful of use-once #definesNoel Grandin 2015-07-06loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin 2015-07-04Fix typosAndrea Gelmini 2015-07-03Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl 2015-07-03loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-01Typo: wheter->whetherJulien Nabet 2015-03-09V801: Decreased performanceCaolán McNamara 2015-03-04V813: Decreased performanceCaolán McNamara