Loading packages/SystemUI/compose/scene/Android.bp +1 −8 Original line number Diff line number Diff line Loading @@ -22,19 +22,12 @@ package { default_applicable_licenses: ["frameworks_base_packages_SystemUI_license"], } filegroup { name: "PlatformComposeSceneTransitionLayout-srcs", srcs: [ "src/**/*.kt", ], } android_library { name: "PlatformComposeSceneTransitionLayout", manifest: "AndroidManifest.xml", srcs: [ ":PlatformComposeSceneTransitionLayout-srcs", "src/**/*.kt", ], static_libs: [ Loading packages/SystemUI/compose/scene/tests/Android.bp +4 −4 Original line number Diff line number Diff line Loading @@ -30,14 +30,11 @@ android_test { srcs: [ "src/**/*.kt", // TODO(b/240432457): Depend on PlatformComposeSceneTransitionLayout // directly once Kotlin tests can access internal declarations. ":PlatformComposeSceneTransitionLayout-srcs", ], static_libs: [ "platform-test-annotations", "PlatformComposeSceneTransitionLayout", "PlatformComposeSceneTransitionLayoutTestsUtils", "PlatformMotionTestingCompose", "androidx.test.runner", Loading @@ -50,6 +47,9 @@ android_test { "truth", ], associates: [ "PlatformComposeSceneTransitionLayout", ], asset_dirs: ["goldens"], kotlincflags: ["-Xjvm-default=all"], use_resource_processor: true, Loading Loading
packages/SystemUI/compose/scene/Android.bp +1 −8 Original line number Diff line number Diff line Loading @@ -22,19 +22,12 @@ package { default_applicable_licenses: ["frameworks_base_packages_SystemUI_license"], } filegroup { name: "PlatformComposeSceneTransitionLayout-srcs", srcs: [ "src/**/*.kt", ], } android_library { name: "PlatformComposeSceneTransitionLayout", manifest: "AndroidManifest.xml", srcs: [ ":PlatformComposeSceneTransitionLayout-srcs", "src/**/*.kt", ], static_libs: [ Loading
packages/SystemUI/compose/scene/tests/Android.bp +4 −4 Original line number Diff line number Diff line Loading @@ -30,14 +30,11 @@ android_test { srcs: [ "src/**/*.kt", // TODO(b/240432457): Depend on PlatformComposeSceneTransitionLayout // directly once Kotlin tests can access internal declarations. ":PlatformComposeSceneTransitionLayout-srcs", ], static_libs: [ "platform-test-annotations", "PlatformComposeSceneTransitionLayout", "PlatformComposeSceneTransitionLayoutTestsUtils", "PlatformMotionTestingCompose", "androidx.test.runner", Loading @@ -50,6 +47,9 @@ android_test { "truth", ], associates: [ "PlatformComposeSceneTransitionLayout", ], asset_dirs: ["goldens"], kotlincflags: ["-Xjvm-default=all"], use_resource_processor: true, Loading