Loading packages/SystemUI/Android.bp +30 −29 Original line number Original line Diff line number Diff line Loading @@ -953,35 +953,36 @@ android_robolectric_test { strict_mode: false, strict_mode: false, } } android_ravenwood_test { // Disable for now. TODO(b/356666754) Re-enable it name: "SystemUiRavenTests", // android_ravenwood_test { srcs: [ // name: "SystemUiRavenTests", ":SystemUI-tests-utils", // srcs: [ ":SystemUI-tests-multivalent", // ":SystemUI-tests-utils", // TODO(b/294256649): pivot to using {.aapt.jar} and re-enable // ":SystemUI-tests-multivalent", // use_resource_processor: true when better supported by soong // // TODO(b/294256649): pivot to using {.aapt.jar} and re-enable ":SystemUIRobo-stub{.aapt.srcjar}", // // use_resource_processor: true when better supported by soong ], // ":SystemUIRobo-stub{.aapt.srcjar}", static_libs: [ // ], "SystemUI-core", // static_libs: [ "SystemUI-res", // "SystemUI-core", "SystemUI-tests-base", // "SystemUI-res", "androidx.test.uiautomator_uiautomator", // "SystemUI-tests-base", "androidx.core_core-animation-testing", // "androidx.test.uiautomator_uiautomator", "androidx.test.ext.junit", // "androidx.core_core-animation-testing", "kosmos", // "androidx.test.ext.junit", "mockito-kotlin-nodeps", // "kosmos", ], // "mockito-kotlin-nodeps", libs: [ // ], "android.test.runner", // libs: [ "android.test.base", // "android.test.runner", "android.test.mock", // "android.test.base", ], // "android.test.mock", auto_gen_config: true, // ], plugins: [ // auto_gen_config: true, "dagger2-compiler", // plugins: [ ], // "dagger2-compiler", } // ], // } // Opt-out config for optimizing the SystemUI target using R8. // Opt-out config for optimizing the SystemUI target using R8. // Disabled via `export SYSTEMUI_OPTIMIZE_JAVA=false`, or explicitly in Make via // Disabled via `export SYSTEMUI_OPTIMIZE_JAVA=false`, or explicitly in Make via Loading Loading
packages/SystemUI/Android.bp +30 −29 Original line number Original line Diff line number Diff line Loading @@ -953,35 +953,36 @@ android_robolectric_test { strict_mode: false, strict_mode: false, } } android_ravenwood_test { // Disable for now. TODO(b/356666754) Re-enable it name: "SystemUiRavenTests", // android_ravenwood_test { srcs: [ // name: "SystemUiRavenTests", ":SystemUI-tests-utils", // srcs: [ ":SystemUI-tests-multivalent", // ":SystemUI-tests-utils", // TODO(b/294256649): pivot to using {.aapt.jar} and re-enable // ":SystemUI-tests-multivalent", // use_resource_processor: true when better supported by soong // // TODO(b/294256649): pivot to using {.aapt.jar} and re-enable ":SystemUIRobo-stub{.aapt.srcjar}", // // use_resource_processor: true when better supported by soong ], // ":SystemUIRobo-stub{.aapt.srcjar}", static_libs: [ // ], "SystemUI-core", // static_libs: [ "SystemUI-res", // "SystemUI-core", "SystemUI-tests-base", // "SystemUI-res", "androidx.test.uiautomator_uiautomator", // "SystemUI-tests-base", "androidx.core_core-animation-testing", // "androidx.test.uiautomator_uiautomator", "androidx.test.ext.junit", // "androidx.core_core-animation-testing", "kosmos", // "androidx.test.ext.junit", "mockito-kotlin-nodeps", // "kosmos", ], // "mockito-kotlin-nodeps", libs: [ // ], "android.test.runner", // libs: [ "android.test.base", // "android.test.runner", "android.test.mock", // "android.test.base", ], // "android.test.mock", auto_gen_config: true, // ], plugins: [ // auto_gen_config: true, "dagger2-compiler", // plugins: [ ], // "dagger2-compiler", } // ], // } // Opt-out config for optimizing the SystemUI target using R8. // Opt-out config for optimizing the SystemUI target using R8. // Disabled via `export SYSTEMUI_OPTIMIZE_JAVA=false`, or explicitly in Make via // Disabled via `export SYSTEMUI_OPTIMIZE_JAVA=false`, or explicitly in Make via Loading