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

Commit 957aa62c authored by Nicolò Mazzucato's avatar Nicolò Mazzucato Committed by Android (Google) Code Review
Browse files

Merge "Revert "Revert^2 "Move Animation Lib content to new "core" subpa..."" into main

parents 2d1d2cce e285b933
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@ apply plugin: 'kotlin-android'
android {
    sourceSets {
        main {
            java.srcDirs = ["${SYS_UI_DIR}/animation/core/src/com/android/systemui/surfaceeffects/"]
            manifest.srcFile "${SYS_UI_DIR}/animation/core/AndroidManifest.xml"
            java.srcDirs = ["${SYS_UI_DIR}/animation/src/com/android/systemui/surfaceeffects/"]
            manifest.srcFile "${SYS_UI_DIR}/animation/AndroidManifest.xml"
        }
    }

Loading