删除干茧相关代码;删除干茧相关设备;包从115MB瘦身至28MB

This commit is contained in:
BBIT-Kai
2026-05-29 09:56:22 +08:00
parent c7fd095c98
commit 2b39f0d81a
85 changed files with 168 additions and 6597 deletions
+26 -1
View File
@@ -18,4 +18,29 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
# Hardware and vendor SDKs rely on JNI, reflection, or callback names.
-keep class com.alibaba.sdk.android.oss.** { *; }
-keep class com.aliyun.** { *; }
-keep class com.caysn.autoreplyprint.** { *; }
-keep class com.cpcl.** { *; }
-keep class com.iflytek.** { *; }
-keep class com.inuker.bluetooth.** { *; }
-keep class com.qhscale.** { *; }
-keep class com.sun.jna.** { *; }
-keep class cpcl.** { *; }
-keepclasseswithmembernames class * {
native <methods>;
}
-dontwarn com.alibaba.sdk.android.oss.**
-dontwarn com.aliyun.**
-dontwarn com.caysn.autoreplyprint.**
-dontwarn com.cpcl.**
-dontwarn com.iflytek.**
-dontwarn com.inuker.bluetooth.**
-dontwarn com.qhscale.**
-dontwarn com.sun.jna.**
-dontwarn cpcl.**