Merge "Update SystemUI R8 documentation" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5c2403298f
@@ -240,11 +240,9 @@ android_library {
|
|||||||
plugins: ["dagger2-compiler"],
|
plugins: ["dagger2-compiler"],
|
||||||
}
|
}
|
||||||
|
|
||||||
// Opt-in config for optimizing the SystemUI target using R8.
|
// Opt-out config for optimizing the SystemUI target using R8.
|
||||||
// Enabled via `export SYSTEMUI_OPTIMIZE_JAVA=true`, or explicitly in Make via
|
// Disabled via `export SYSTEMUI_OPTIMIZE_JAVA=false`, or explicitly in Make via
|
||||||
// the `SOONG_CONFIG_ANDROID_SYSTEMUI_OPTIMIZE_JAVA` variable.
|
// `SYSTEMUI_OPTIMIZE_JAVA := false`.
|
||||||
// TODO(b/203472868): Enable optimizations by default after stabilizing and
|
|
||||||
// building out retrace infrastructure.
|
|
||||||
soong_config_module_type {
|
soong_config_module_type {
|
||||||
name: "systemui_optimized_java_defaults",
|
name: "systemui_optimized_java_defaults",
|
||||||
module_type: "java_defaults",
|
module_type: "java_defaults",
|
||||||
|
|||||||
Reference in New Issue
Block a user