We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d085579 commit 17f4ac1Copy full SHA for 17f4ac1
jni/vendor/libjpeg-turbo/Android.mk
@@ -76,6 +76,8 @@ LOCAL_SRC_FILES += \
76
LOCAL_CFLAGS += \
77
-DSIZEOF_SIZE_T=4 \
78
79
+LOCAL_ASMFLAGS += -DPIC
80
+
81
else ifneq ($(filter $(TARGET_ARCH_ABI), armeabi-v7a armeabi-v7a-hard),)
82
LOCAL_SRC_FILES += \
83
$(SOURCE_PATH)/simd/jsimd_arm.c \
0 commit comments