Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 215a9fc1 authored by George Lin's avatar George Lin Committed by Android (Google) Code Review
Browse files

Merge "Wallpaper preview fragment with Compose (3/3)" into main

parents ef4a21df 43e6323c
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
// limitations under the License.
//


package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -49,7 +48,6 @@ java_library {
    ],
}


filegroup {
    name: "ThemePicker_Manifest",
    srcs: [
@@ -86,6 +84,7 @@ android_library {
        "androidx.compose.ui_ui-tooling",
        "androidx.lifecycle_lifecycle-runtime-compose",
        "androidx.lifecycle_lifecycle-viewmodel-compose",
        "PlatformComposeSceneTransitionLayout",
    ],

    srcs: [
@@ -152,6 +151,9 @@ android_app {
    platform_apis: true,
    manifest: "AndroidManifest.xml",
    additional_manifests: [":WallpaperPicker2_Manifest"],
    overrides: ["WallpaperPicker", "WallpaperPicker2"],
    overrides: [
        "WallpaperPicker",
        "WallpaperPicker2",
    ],
    static_libs: ["ThemePickerApplicationLib"],
}