https://github.com/google-ar/jetpack-xr-natives
https://github.com/google-ar/jetpack-xr-natives
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/google-ar/jetpack-xr-natives
- Owner: google-ar
- License: apache-2.0
- Created: 2024-12-02T21:08:09.000Z (over 1 year ago)
- Default Branch: release
- Last Pushed: 2025-11-11T22:50:43.000Z (7 months ago)
- Last Synced: 2025-11-12T00:23:03.567Z (7 months ago)
- Language: C++
- Size: 30.5 MB
- Stars: 23
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Jetpack XR Natives
Jetpack XR Natives is a collection of native libraries that are used by the
[Jetpack XR SDK](https://developer.android.com/develop/xr/jetpack-xr-sdk).
## How to Build
This library requires [Bazel](https://bazel.build/) version 8.0.0 to build. Once
installed, this library can be built using the following commands:
```shell
bazel build //openxr:libandroidx.xr.openxr.so --config=android_arm64-v8a
bazel build //openxr:libandroidx.xr.openxr.so --config=android_x86_64
bazel build //openxr:libandroidx.xr.openxr.so --config=android_armeabi-v7a
bazel build //openxr:libandroidx.xr.openxr.so --config=android_x86_32
```