Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Casanowow Life for love
VLC-Android
Commits
63a52d7e
Commit
63a52d7e
authored
Jun 27, 2012
by
Edward Wang
Browse files
ARCH is defined in ANDROID_ABI
parent
6150372b
Changes
2
Hide whitespace changes
Inline
Side-by-side
vlc-android/jni/Android.mk
View file @
63a52d7e
...
...
@@ -7,11 +7,7 @@ LOCAL_SRC_FILES := libvlcjni.c aout.c thumbnailer.c pthread-condattr.c pthread-r
LOCAL_C_INCLUDES
:=
$(VLC_SRC_DIR)
/include
ifeq
($(NO_NEON),)
ARCH
=
armeabi-v7a
else
ARCH
=
armeabi
endif
ARCH
=
$(ANDROID_ABI)
CPP_STATIC
=
$(ANDROID_NDK)
/sources/cxx-stl/gnu-libstdc++/libs/
$(ARCH)
/libgnustl_static.a
...
...
vlc-android/jni/Application.mk
View file @
63a52d7e
APP_PLATFORM
:=
android-9
ifeq
($(NO_NEON),)
APP_ABI
:=
armeabi-v7a
else
APP_ABI
:=
armeabi
endif
APP_ABI
:=
$(ANDROID_ABI)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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