Skip to content

Commit

Permalink
[opt] cancel build "x86 x86_64"
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangdg committed Jul 13, 2022
1 parent 04ef036 commit 109a8e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libuvc/src/main/jni/Application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#NDK_TOOLCHAIN_VERSION := 4.9

APP_PLATFORM := android-14
APP_ABI :=arm64-v8a armeabi-v7a x86 x86_64
APP_ABI :=arm64-v8a armeabi-v7a
#APP_ABI :=arm64-v8a armeabi-v7a x86 x86_64
#APP_OPTIM := debug
APP_OPTIM := release
1 change: 0 additions & 1 deletion libuvc/src/main/jni/libjpeg-turbo-1.5.0/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ LOCAL_EXPORT_C_INCLUDES := \
#コンパイラのオプションフラグを指定
LOCAL_CFLAGS := $(LOCAL_C_INCLUDES:%=-I%)
LOCAL_CFLAGS += -DANDROID_NDK
LOCAL_LDFLAGS := -Wl,-Bsymbolic

#リンクするライブラリを指定(静的モジュールにする時は不要)
#LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl # to avoid NDK issue(no need for static library)
Expand Down

0 comments on commit 109a8e6

Please sign in to comment.