We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edea245 commit d659a1bCopy full SHA for d659a1b
.vscode/settings.json
jni/Android.mk
@@ -27,7 +27,7 @@ endif # armeabi-v7a
27
ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
28
LOCAL_SRC_FILES += src/arm/linux/aarch64-isa.c
29
endif # arm64-v8a
30
-endif # armeabi, armeabi-v7a, or arm64-v8a
+endif # armeabi-v7a, or arm64-v8a
31
ifeq ($(TARGET_ARCH_ABI),$(filter $(TARGET_ARCH_ABI),x86 x86_64))
32
LOCAL_SRC_FILES += \
33
src/x86/init.c \
@@ -59,8 +59,7 @@ else
59
LOCAL_CFLAGS += -DCPUINFO_LOG_LEVEL=0
60
endif
61
LOCAL_STATIC_LIBRARIES := clog
62
-# include $(BUILD_STATIC_LIBRARY)
63
-include $(BUILD_SHARED_LIBRARY)
+include $(BUILD_STATIC_LIBRARY)
64
65
$(call import-add-path,$(LOCAL_PATH)/deps)
66
0 commit comments