Skip to content

Commit

Permalink
One more attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Sep 22, 2023
1 parent e515879 commit 48ba14e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions android/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ LZMA_FILES := \
$(SRC)/ext/libchdr/deps/lzma-22.01/src/Sort.c

CHDR_FILES := \
${LZMA_FILES}
$(SRC)/ext/libchdr/src/libchdr_bitstream.c \
$(SRC)/ext/libchdr/src/libchdr_cdrom.c \
$(SRC)/ext/libchdr/src/libchdr_chd.c \
$(SRC)/ext/libchdr/src/libchdr_flac.c \
$(SRC)/ext/libchdr/src/libchdr_huffman.c

LOCAL_MODULE := libchdr
LOCAL_SRC_FILES := $(EXEC_AND_LIB_FILES)
LOCAL_SRC_FILES := $(CHDR_FILES)
include $(BUILD_STATIC_LIBRARY)

include $(CLEAR_VARS)
Expand Down Expand Up @@ -147,8 +148,6 @@ VR_FILES := \
$(SRC)/Common/VR/VRRenderer.cpp

EXT_FILES := \
$(LZMA_FILES) \
$(CHDR_FILES) \
$(SRC)/ext/cityhash/city.cpp \
$(SRC)/ext/libpng17/png.c \
$(SRC)/ext/libpng17/pngerror.c \
Expand Down

0 comments on commit 48ba14e

Please sign in to comment.