Skip to content

Commit

Permalink
Switch Lynx to the Khronos loader
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Feb 28, 2025
1 parent 5de9950 commit 96edb4e
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 342 deletions.
2 changes: 1 addition & 1 deletion config.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
versions = [
gradlePluginVersion : '8.2.0',
gradlePluginVersion : '8.2.1',
compileSdk : 34,
minSdk : 21,
targetSdk : 34,
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ android {
khronosDebug.jniLibs.srcDirs += ['src/main/libs/debug/x86_64']
khronosRelease.jniLibs.srcDirs += ['src/main/libs/release/x86_64']

lynx.jniLibs.srcDirs += ['../thirdparty/lynx_openxr_sdk']
lynx.jniLibs.srcDirs += ["${khronosOpenxrLoaderTargetDir}/arm64-v8a"]

magicleap.jniLibs.srcDirs += [
"${khronosOpenxrLoaderTargetDir}/arm64-v8a",
Expand Down
21 changes: 0 additions & 21 deletions thirdparty/lynx_openxr_sdk/LICENSE

This file was deleted.

309 changes: 0 additions & 309 deletions thirdparty/lynx_openxr_sdk/NOTICE.txt

This file was deleted.

4 changes: 0 additions & 4 deletions thirdparty/lynx_openxr_sdk/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions thirdparty/lynx_openxr_sdk/arm64-v8a/abi.json

This file was deleted.

Binary file not shown.

0 comments on commit 96edb4e

Please sign in to comment.