Skip to content

Commit 6164456

Browse files
mars3142minggo
authored andcommitted
fixed proguard-rules.pro for Android tests (#18594)
1 parent ea22822 commit 6164456

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/cpp-empty-test/proj.android/app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-dontwarn org.cocos2dx.**
2222
-keep public class com.chukong.** { *; }
2323
-dontwarn com.chukong.**
24-
-keep public com.huawei.android.** { *; }
24+
-keep public class com.huawei.android.** { *; }
2525
-dontwarn com.huawei.android.**
2626

2727
# Proguard Apache HTTP for release

tests/cpp-tests/proj.android/app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-dontwarn org.cocos2dx.**
2222
-keep public class com.chukong.** { *; }
2323
-dontwarn com.chukong.**
24-
-keep public com.huawei.android.** { *; }
24+
-keep public class com.huawei.android.** { *; }
2525
-dontwarn com.huawei.android.**
2626

2727
# Proguard Apache HTTP for release

tests/game-controller-test/proj.android/app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-dontwarn org.cocos2dx.**
2222
-keep public class com.chukong.** { *; }
2323
-dontwarn com.chukong.**
24-
-keep public com.huawei.android.** { *; }
24+
-keep public class com.huawei.android.** { *; }
2525
-dontwarn com.huawei.android.**
2626

2727
# Proguard Apache HTTP for release

tests/performance-tests/proj.android/app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-dontwarn org.cocos2dx.**
2222
-keep public class com.chukong.** { *; }
2323
-dontwarn com.chukong.**
24-
-keep public com.huawei.android.** { *; }
24+
-keep public class com.huawei.android.** { *; }
2525
-dontwarn com.huawei.android.**
2626

2727
# Proguard Apache HTTP for release

0 commit comments

Comments
 (0)