Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 671 Bytes

File metadata and controls

19 lines (12 loc) · 671 Bytes

Jetpack XR Natives

Jetpack XR Natives is a collection of native libraries that are used by the Jetpack XR SDK.

How to Build

This library requires Bazel version 8.0.0 to build. Once installed, this library can be built using the following commands:

bazel build //openxr:libandroidx.xr.arcore.openxr.so --config=android_arm64-v8a

bazel build //openxr:libandroidx.xr.arcore.openxr.so --config=android_x86_64

bazel build //openxr:libandroidx.xr.arcore.openxr.so --config=android_armeabi-v7a

bazel build //openxr:libandroidx.xr.arcore.openxr.so --config=android_x86_32