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

Commit e285b933 authored by Uwais Ashraf's avatar Uwais Ashraf Committed by Android (Google) Code Review
Browse files

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

Revert submission 25692575-b/316352212-1

Reason for revert: Breaking SysUI Studio build

Reverted changes: /q/submissionid:25692575-b/316352212-1

Change-Id: I7e8ca9c807bb9ec5be8e212cf29efeff9ed5b1d9
parent eae97253
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