android/sdremote/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
New commits: commit 9b71498d373408ae596371c0a0bf5aaf637cb593 Author: Tor Lillqvist <[email protected]> Date: Tue Aug 21 11:46:19 2012 +0300 Add a Makefile Note that sdremote does not use any LO native code, this Makefile does not need and has none of the related complexity, like those in ../experimental/*. Change-Id: Iaa9fb7f0b1a96af4283dc19a2ad125f37ba85411 diff --git a/android/sdremote/Makefile b/android/sdremote/Makefile new file mode 100644 index 0000000..4727b7c --- /dev/null +++ b/android/sdremote/Makefile @@ -0,0 +1,15 @@ +# -*- 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 ../../config_host.mk + +all: + echo sdk.dir=$(ANDROID_SDK_HOME) >local.properties + $(ANT) debug + +# vim: set noet sw=4 ts=4: _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
