Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
7b937236
Commit
7b937236
authored
Mar 04, 2017
by
Sophie Taylor
Committed by
Richard van der Hoff
Mar 06, 2017
Browse files
Fixing Android.mk
Signed-off-by:
Sophie Taylor
<
sophie@spacekitteh.moe
>
parent
a9aeb6b5
Changes
1
Show whitespace changes
Inline
Side-by-side
android/olm-sdk/src/main/jni/Android.mk
View file @
7b937236
LOCAL_PATH
:=
$(
call
my-dir
)
include
$(CLEAR_VARS)
include
../../../../common.mk
OLM_VERSION
:=
$(MAJOR)
.
$(MINOR)
.
$(PATCH)
LOCAL_MODULE
:=
olm
SRC_ROOT_DIR
:=
../../../../..
include
$(LOCAL_PATH)/$(SRC_ROOT_DIR)/common.mk
OLM_VERSION
:=
$(MAJOR)
.
$(MINOR)
.
$(PATCH)
$(info
LOCAL_PATH
=
$(LOCAL_PATH)
)
$(info
SRC_ROOT_DIR
=
$(SRC_ROOT_DIR)
)
$(info
OLM_VERSION
=
$(OLM_VERSION)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment