updated decore core in examples to 0.2.2

This commit is contained in:
strawmanbobi
2019-07-03 19:21:45 +08:00
parent 849053a2f4
commit 9e94d02031
10 changed files with 67 additions and 49 deletions

View File

@@ -4,7 +4,7 @@ include $(CLEAR_VARS)
LOCAL_CFLAGS := -DBOARD_ANDROID
LOCAL_MODULE := libirdecode
LOCAL_SRC_FILES := ./jni/ir_decode_jni.c \
LOCAL_SRC_FILES := ./jni/src/ir_decode_jni.c \
./src/ir_decode.c \
./src/ir_tv_control.c \
./src/ir_ac_apply.c \