Loading packages/SystemUI/Android.bp +14 −3 Original line number Diff line number Diff line Loading @@ -968,6 +968,16 @@ android_robolectric_test { strict_mode: false, } filegroup { name: "SystemUI-tests-multivalent-dagger", srcs: [ "multivalentTests/src/**/NotificationAlertsInteractorTest.kt", "multivalentTests/src/**/NotificationsKeyguardInteractorTest.kt", "multivalentTests/src/**/NotifPipelineChoreographerTest.kt", "multivalentTests/src/**/KeyguardNotificationVisibilityProviderTest.java" ], } android_ravenwood_test { name: "SystemUiRavenTests", srcs: [ Loading @@ -977,6 +987,10 @@ android_ravenwood_test { // use_resource_processor: true when better supported by soong ":SystemUI-tests-res{.aapt.srcjar}", ], exclude_srcs: [ // TODO(b/429013941): kapt is way too slow, so disable them for now. ":SystemUI-tests-multivalent-dagger", ], static_libs: [ "SystemUI-core", "SystemUI-tests-base", Loading @@ -996,9 +1010,6 @@ android_ravenwood_test { resource_apk: "SystemUI-tests-res", auto_gen_config: true, team: "trendy_team_ravenwood", plugins: [ "dagger2-compiler", ], } // Opt-out config for optimizing the SystemUI target using R8. Loading Loading
packages/SystemUI/Android.bp +14 −3 Original line number Diff line number Diff line Loading @@ -968,6 +968,16 @@ android_robolectric_test { strict_mode: false, } filegroup { name: "SystemUI-tests-multivalent-dagger", srcs: [ "multivalentTests/src/**/NotificationAlertsInteractorTest.kt", "multivalentTests/src/**/NotificationsKeyguardInteractorTest.kt", "multivalentTests/src/**/NotifPipelineChoreographerTest.kt", "multivalentTests/src/**/KeyguardNotificationVisibilityProviderTest.java" ], } android_ravenwood_test { name: "SystemUiRavenTests", srcs: [ Loading @@ -977,6 +987,10 @@ android_ravenwood_test { // use_resource_processor: true when better supported by soong ":SystemUI-tests-res{.aapt.srcjar}", ], exclude_srcs: [ // TODO(b/429013941): kapt is way too slow, so disable them for now. ":SystemUI-tests-multivalent-dagger", ], static_libs: [ "SystemUI-core", "SystemUI-tests-base", Loading @@ -996,9 +1010,6 @@ android_ravenwood_test { resource_apk: "SystemUI-tests-res", auto_gen_config: true, team: "trendy_team_ravenwood", plugins: [ "dagger2-compiler", ], } // Opt-out config for optimizing the SystemUI target using R8. Loading