# -*- 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_Library_Library,mozbootstrap)) $(eval $(call gb_Library_set_componentfile,mozbootstrap,connectivity/source/drivers/mozab/bootstrap/mozbootstrap,services)) $(eval $(call gb_Library_set_include,mozbootstrap,\ -I$(SRCDIR)/connectivity/source/drivers/mozab \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_sdk_api,mozbootstrap)) $(eval $(call gb_Library_use_libraries,mozbootstrap,\ comphelper \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_add_exception_objects,mozbootstrap,\ connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap \ connectivity/source/drivers/mozab/bootstrap/MNSFolders \ connectivity/source/drivers/mozab/bootstrap/MNSINIParser \ connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover \ )) # vim: set noet sw=4 ts=4: lotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/android/source/Makefile
AgeCommit message (Expand)Author
2022-04-20android: Stop using ANDROID_SDK_HOME env variableMichael Weghorn
2020-09-30android: "make run" works also for debug configurationVasily Melenchuk
2020-06-11Make it possible to just build the native code for Android, no Java bitsTor Lillqvist
2020-01-02android: Avoid building the apk when configured with --enable-android-lok.Jan Holesovsky
2018-12-13Introduce --enable-android-editingStephan Bergmann
2017-09-07android: drop workarounds for ndk-gdb support (can still run manually)Christian Lohmaier
2017-06-23android: show when native-code.py is invoked even for non-verbose buildsMiklos Vajna
2015-10-11migrate android build to gradleChristian Lohmaier
2015-10-01android: fix make install and don't use ant -quiet by defaultMiklos Vajna
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud
2015-06-10Android: add ownCloud library to the build.Jacobo Aragunde Pérez
2015-05-21Let's simplify the paths and be less 'experimental'Tor Lillqvist