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

Commit 674ecf02 authored by Luca Zuccarini's avatar Luca Zuccarini
Browse files

Sync naming of PlatformAnimationLib across soong and gradle.

Bug: 316352212
Flag: NA
Test: just a renaming, still builds
Change-Id: Ibcdaeca25b973428ac6d1405f5cf1c1b47e357fb
parent ad326459
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ android_library {
        "SystemUI-res",
        "WifiTrackerLib",
        "WindowManager-Shell",
        "SystemUIAnimationLib",
        "PlatformAnimationLib",
        "SystemUICommon",
        "SystemUICustomizationLib",
        "SystemUILogLib",
@@ -274,7 +274,7 @@ android_library {
    static_libs: [
        "SystemUI-res",
        "WifiTrackerLib",
        "SystemUIAnimationLib",
        "PlatformAnimationLib",
        "SystemUIPluginLib",
        "SystemUISharedLib",
        "SystemUICustomizationLib",
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ package {

android_library {

    name: "SystemUIAnimationLib",
    name: "PlatformAnimationLib",
    use_resource_processor: true,

    srcs: [
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ android_library {
    ],

    static_libs: [
        "SystemUIAnimationLib",
        "PlatformAnimationLib",

        "androidx.compose.runtime_runtime",
        "androidx.compose.material3_material3",
+1 −1
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@ android_library {
        "src/**/*.aidl",
    ],
    static_libs: [
        "PlatformAnimationLib",
        "PluginCoreLib",
        "SystemUIAnimationLib",
        "SystemUIPluginLib",
        "SystemUIUnfoldLib",
        "androidx.dynamicanimation_dynamicanimation",
+1 −1
Original line number Diff line number Diff line
@@ -46,8 +46,8 @@ java_library {
    static_libs: [
        "androidx.annotation_annotation",
        "androidx-constraintlayout_constraintlayout",
        "PlatformAnimationLib",
        "PluginCoreLib",
        "SystemUIAnimationLib",
        "SystemUICommon",
        "SystemUILogLib",
        "androidx.annotation_annotation",
Loading