Merge "Refine SystemUI plugin and animation deps" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6c1d781c7d
@@ -34,10 +34,7 @@ android_library {
|
|||||||
"res",
|
"res",
|
||||||
],
|
],
|
||||||
|
|
||||||
static_libs: [
|
static_libs: ["androidx.core_core-animation-nodeps"],
|
||||||
"PluginCoreLib",
|
|
||||||
"androidx.core_core-animation-nodeps",
|
|
||||||
],
|
|
||||||
|
|
||||||
manifest: "AndroidManifest.xml",
|
manifest: "AndroidManifest.xml",
|
||||||
kotlincflags: ["-Xjvm-default=all"],
|
kotlincflags: ["-Xjvm-default=all"],
|
||||||
|
|||||||
@@ -23,14 +23,11 @@
|
|||||||
-keep class ** extends androidx.preference.PreferenceFragment
|
-keep class ** extends androidx.preference.PreferenceFragment
|
||||||
-keep class com.android.systemui.tuner.*
|
-keep class com.android.systemui.tuner.*
|
||||||
|
|
||||||
# The plugins and animation subpackages both act as shared libraries that might be referenced in
|
# The plugins subpackage acts as a shared library that might be referenced in
|
||||||
# dynamically-loaded plugin APKs.
|
# dynamically-loaded plugin APKs.
|
||||||
-keep class com.android.systemui.plugins.** {
|
-keep class com.android.systemui.plugins.** {
|
||||||
*;
|
*;
|
||||||
}
|
}
|
||||||
-keep class !com.android.systemui.animation.R$**,com.android.systemui.animation.** {
|
|
||||||
*;
|
|
||||||
}
|
|
||||||
-keep class com.android.systemui.fragments.FragmentService$FragmentCreator {
|
-keep class com.android.systemui.fragments.FragmentService$FragmentCreator {
|
||||||
*;
|
*;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user