Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
The Judge committed Sep 2, 2024
1 parent ee49a73 commit cb8b764
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 233 deletions.
18 changes: 0 additions & 18 deletions src/main/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,3 @@ include $(BUILD_SHARED_LIBRARY)
# LOCAL_SRC_FILES := thread_helper.cpp
# include $(BUILD_SHARED_LIBRARY)

# fake lib for linker
include $(CLEAR_VARS)
LOCAL_MODULE := awt_headless
include $(BUILD_SHARED_LIBRARY)

# libawt_xawt without X11, used to get Caciocavallo working
LOCAL_PATH := $(HERE_PATH)/awt_xawt
include $(CLEAR_VARS)
LOCAL_MODULE := awt_xawt
# LOCAL_CFLAGS += -DHEADLESS
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
LOCAL_SHARED_LIBRARIES := awt_headless
LOCAL_SRC_FILES := xawt_fake.c
include $(BUILD_SHARED_LIBRARY)

# delete fake libs after linked
$(info $(shell (rm $(HERE_PATH)/../jniLibs/*/libawt_headless.so)))

215 changes: 0 additions & 215 deletions src/main/jni/awt_xawt/xawt_fake.c

This file was deleted.

0 comments on commit cb8b764

Please sign in to comment.