fix cacio

This commit is contained in:
ShirosakiMio 2024-08-19 22:27:48 +08:00
parent c6339710f7
commit aefcb2c5e4
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ public class FCLBridge implements Serializable {
static {
System.loadLibrary("fcl");
System.loadLibrary("fcl_awt");
System.loadLibrary("pojavexec_awt");
}
public FCLBridge() {

View File

@ -43,7 +43,7 @@ LOCAL_SRC_FILES := awt_xawt/xawt_fake.c
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := fcl_awt
LOCAL_MODULE := pojavexec_awt
LOCAL_SHARED_LIBRARIES := fcl
LOCAL_SRC_FILES := awt/awt_bridge.c
include $(BUILD_SHARED_LIBRARY)