Link xhook to pojavexec

This commit is contained in:
Duy Tran Khanh
2021-11-09 07:27:28 +07:00
committed by GitHub
parent bf43265558
commit e1c7c2c5c9

View File

@@ -36,6 +36,8 @@ LOCAL_SRC_FILES := \
input_bridge_v3.c \
jre_launcher.c \
utils.c
LOCAL_SHARED_LIBRARIES := xhook
LOCAL_C_INCLUDES := $(LOCAL_PATH)/xhook
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)