Skip to content

Commit d659a1b

Browse files
committed
Android fix cleanup
1 parent edea245 commit d659a1b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.vscode/settings.json

-7
This file was deleted.

jni/Android.mk

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif # armeabi-v7a
2727
ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
2828
LOCAL_SRC_FILES += src/arm/linux/aarch64-isa.c
2929
endif # arm64-v8a
30-
endif # armeabi, armeabi-v7a, or arm64-v8a
30+
endif # armeabi-v7a, or arm64-v8a
3131
ifeq ($(TARGET_ARCH_ABI),$(filter $(TARGET_ARCH_ABI),x86 x86_64))
3232
LOCAL_SRC_FILES += \
3333
src/x86/init.c \
@@ -59,8 +59,7 @@ else
5959
LOCAL_CFLAGS += -DCPUINFO_LOG_LEVEL=0
6060
endif
6161
LOCAL_STATIC_LIBRARIES := clog
62-
# include $(BUILD_STATIC_LIBRARY)
63-
include $(BUILD_SHARED_LIBRARY)
62+
include $(BUILD_STATIC_LIBRARY)
6463

6564
$(call import-add-path,$(LOCAL_PATH)/deps)
6665

0 commit comments

Comments
 (0)