blob: 7c4c9f04c7c608cb8270d70deffd0e8165fa3e7c [file] [log] [blame]
# Prevent the OpenXR classes from being obfuscated as they are created from native code.
-keep class androidx.xr.runtime.openxr.** { *; }
-keep class androidx.xr.runtime.openxr.**$* { *; }
-keep class * extends androidx.xr.runtime.openxr.** { *; }
-keep class * extends androidx.xr.runtime.openxr.**$* { *; }