Skip to content

Commit

Permalink
fix(ci): don't redefine swab
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 22, 2023
1 parent 60eb419 commit 70b09c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH)/Source \
$(LOCAL_PATH)/Source/LibWebP/src/utils \
$(LOCAL_PATH)/Source/LibWebP/src/webp \
$(LOCAL_PATH)/Source/Missing
LOCAL_SRC_FILES := $(SRCS) ./Source/Missing/swab.cpp
#LOCAL_SRC_FILES := $(SRCS) ./Source/Missing/swab.cpp
LOCAL_CPP_FEATURES := rtti exceptions
LOCAL_CFLAGS := -O3 -fPIC -D__ANSI__ -DDISABLE_PERF_MEASUREMENT
include $(BUILD_SHARED_LIBRARY)
Expand Down

0 comments on commit 70b09c2

Please sign in to comment.