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

Commit eae97253 authored by Luca Zuccarini's avatar Luca Zuccarini Committed by Android (Google) Code Review
Browse files

Revert^2 "Move Animation Lib content to new "core" subpackage."

This reverts commit efda9c79.

Reason for revert: Solved the issue in the other CL in the topic

Change-Id: I6a61dd0624be76a838c15e505e2cedb551129f75
parent efda9c79
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/src/com/android/systemui/surfaceeffects/"]
            manifest.srcFile "${SYS_UI_DIR}/animation/AndroidManifest.xml"
            java.srcDirs = ["${SYS_UI_DIR}/animation/core/src/com/android/systemui/surfaceeffects/"]
            manifest.srcFile "${SYS_UI_DIR}/animation/core/AndroidManifest.xml"
        }
    }

Loading