Skip to content

Commit

Permalink
Remove OpenComposite
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie committed Oct 9, 2024
1 parent 409ee97 commit b594c37
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 16,928 deletions.
2 changes: 1 addition & 1 deletion src/main/assets/lwjgl/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1728269572443
1728465869857
2 changes: 1 addition & 1 deletion src/main/java/pojlib/util/VLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
public class VLoader {
static {
System.loadLibrary("openxr_loader");
System.loadLibrary("openvr_api");
System.loadLibrary("vloader");
}

public static native void setAndroidInitInfo(Context ctx);
Expand Down
27 changes: 1 addition & 26 deletions src/main/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,6 @@ HERE_PATH := $(LOCAL_PATH)

LOCAL_PATH := $(HERE_PATH)

include $(CLEAR_VARS)
LOCAL_MODULE := openxr_loader
LOCAL_SRC_FILES := libopenxr_loader.so
include $(PREBUILT_SHARED_LIBRARY)

include $(CLEAR_VARS)
LOCAL_MODULE := occore
LOCAL_SRC_FILES := ./OpenOVR/libOCCore.a
include $(PREBUILT_STATIC_LIBRARY)

include $(CLEAR_VARS)
LOCAL_SHARED_LIBRARIES := openxr_loader
LOCAL_MODULE := drvopenxr
LOCAL_SRC_FILES := ./OpenOVR/libDrvOpenXR.a
include $(PREBUILT_STATIC_LIBRARY)

include $(CLEAR_VARS)
LOCAL_MODULE := ocovr
LOCAL_STATIC_LIBRARIES := drvopenxr occore drvopenxr
LOCAL_SRC_FILES := ./OpenOVR/OCOVR.a
include $(PREBUILT_STATIC_LIBRARY)

include $(CLEAR_VARS)
# Link GLESv2 for test
LOCAL_LDLIBS := -ldl -llog -landroid -lGLESv3 -lEGL
Expand All @@ -46,10 +24,7 @@ include $(BUILD_SHARED_LIBRARY)

include $(CLEAR_VARS)
LOCAL_LDLIBS := -llog -landroid -lGLESv3 -lvulkan -lEGL
LOCAL_CFLAGS := -DXR_USE_PLATFORM_ANDROID -DXR_USE_GRAPHICS_API_OPENGL_ES
LOCAL_SHARED_LIBRARIES := openxr_loader pojavexec
LOCAL_WHOLE_STATIC_LIBRARIES := ocovr
LOCAL_MODULE := openvr_api
LOCAL_MODULE := vloader
LOCAL_SRC_FILES := \
vloader.cpp
include $(BUILD_SHARED_LIBRARY)
Expand Down
Binary file removed src/main/jni/OpenOVR/OCOVR.a
Binary file not shown.
Binary file removed src/main/jni/OpenOVR/libDrvOpenXR.a
Binary file not shown.
Binary file removed src/main/jni/OpenOVR/libOCCore.a
Binary file not shown.
Binary file removed src/main/jni/OpenOVR/libOpenXR.a
Binary file not shown.
Loading

0 comments on commit b594c37

Please sign in to comment.