Skip to content

Commit

Permalink
Android fix cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed May 17, 2020
1 parent edea245 commit d659a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .vscode/settings.json

This file was deleted.

5 changes: 2 additions & 3 deletions jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif # armeabi-v7a
ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
LOCAL_SRC_FILES += src/arm/linux/aarch64-isa.c
endif # arm64-v8a
endif # armeabi, armeabi-v7a, or arm64-v8a
endif # armeabi-v7a, or arm64-v8a
ifeq ($(TARGET_ARCH_ABI),$(filter $(TARGET_ARCH_ABI),x86 x86_64))
LOCAL_SRC_FILES += \
src/x86/init.c \
Expand Down Expand Up @@ -59,8 +59,7 @@ else
LOCAL_CFLAGS += -DCPUINFO_LOG_LEVEL=0
endif
LOCAL_STATIC_LIBRARIES := clog
# include $(BUILD_STATIC_LIBRARY)
include $(BUILD_SHARED_LIBRARY)
include $(BUILD_STATIC_LIBRARY)

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

Expand Down

0 comments on commit d659a1b

Please sign in to comment.