Skip to content

Commit 839e681

Browse files
djeugGerrit Code Review
authored andcommitted
Merge "Remove outdated SceneCore Proguard config." into androidx-main
2 parents e4d147e + 8f8c541 commit 839e681

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

xr/scenecore/scenecore/proguard-rules.pro

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
# Keep all classes in the extensions and scenecore packages since they can be used externally
2-
-keep public class androidx.xr.extensions.** { *; }
3-
-keep public interface androidx.xr.extensions.** { *; }
4-
-keep @interface androidx.xr.extensions.**
5-
# Prevent internal implementations of com.android.xr.extensions.function.Consumer.accept from being
6-
# stripped when being referenced as a synthetic lambda.
7-
-keepclassmembers class androidx.xr.extensions.** {
8-
public void accept(***);
9-
}
10-
1+
# Keep all classes in the scenecore package. They can be used externally.
112
-keep class androidx.xr.scenecore.** { *; }
123
-keep class androidx.xr.scenecore.**$* { *; }
134
-keep class androidx.xr.scenecore.impl.** { *; }

0 commit comments

Comments
 (0)