forked from amazingfate/loongoffice
LOAndroid3 is based of LibreOffice4Android project which uses ant/make for building. By using LibreOffice4Android as the base, the project creates a APK archive which has all needed files to start LibreOffice in Android environment. Change-Id: I697d5f727bdaf93e774144ad597d7081d2609908
9 lines
186 B
Makefile
9 lines
186 B
Makefile
# Needed just to satisfy ndk-gdb for now, but maybe later we will actually add
|
|
# some JNI code here
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
include $(BUILD_SHARED_LIBRARY)
|