# -*- 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/sdremote)) sdremote_DIR := $(call gb_CustomTarget_get_workdir,android/sdremote) $(call gb_CustomTarget_get_target,android/sdremote) : $(sdremote_DIR)/done $(sdremote_DIR)/done: $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MAK,2) cd $(SRCDIR)/android/sdremote && $(MAKE) all # If SRCDIR==BUILDDIR, copy to $(SRCDIR)/instsetoo_native/$(INPATH)/bin as that is where the tinderbox build script # still looks for the .apk, and we want fresh daily builds to be uploaded. if test $(SRCDIR) = $(BUILDDIR); then \ mkdir -p $(SRCDIR)/instsetoo_native/$(INPATH)/bin; \ cp $(SRCDIR)/android/sdremote/bin/ImpressRemote-debug.apk $(SRCDIR)/instsetoo_native/$(INPATH)/bin; \ fi $(call gb_CustomTarget_get_clean_target,android/sdremote) : $(call gb_Output_announce,$(subst $(WORKDIR)/Clean/,,$@),$(false),MAK,2) cd $(SRCDIR)/android/sdremote && $(MAKE) clean # vim: set noet sw=4 ts=4: e-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ridljar
AgeCommit message (Expand)Author
2021-08-19ridljar: check that UnoClassLoader is used for NativeLibraryLoaderMichael Stahl
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2020-11-30Adapt buck build to jars merged into libreoffice.jarRene Engelhard
2020-09-25socket cannot be null at this pointNoel Grandin
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-21Fix typosAndrea Gelmini
2020-08-05add dependency to juh,jurt,ridl,unoil pomsRene Engelhard
2020-05-27tdf#131572 Add java 9 module info for unoloader.jarSamuel Mehrbrodt
2020-05-27tdf#131572 Add java 9 module info for libreoffice.jarSamuel Mehrbrodt
2020-05-07add pom for libreoffice.jarRene Engelhard
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2020-02-10Cleanup: Move unit tests to ridljarSamuel Mehrbrodt
2020-02-10Cleanup: Move files to ridljarSamuel Mehrbrodt
2020-02-06These JunitTests can be plain check, not subsequentcheckStephan Bergmann
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2019-08-12Fix typosAndrea Gelmini
2019-07-26Fix typosAndrea Gelmini
2019-05-27@deprecated should be with @DeprecatedTomoyuki Kubota
2018-07-08Fix typoAndrea Gelmini
2018-04-16Use https instead of httpGulsah Kose
2018-01-26Fix typosAndrea Gelmini
2017-08-25i#32546# - Java UnoRuntime.getUniqueKey/generateOid do not work reliablyDamjan Jovanovic
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-02-03TyposJulien Nabet
2016-06-07error: unknown tag: internalStephan Bergmann
2016-06-07[API CHANGE] Drop deprecated I*Description interfacesNoel Grandin
2016-05-16Fix typosAndrea Gelmini
2016-05-13Related tdf#99272: Prevent bogus com.sun.star.uno.Type(Short[].class) etc.Stephan Bergmann
2016-02-17ridljar: fix javadoc warningsMichael Stahl