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

Commit a444ffb1 authored by Omar Miatello's avatar Omar Miatello
Browse files

MM Remove unused libraries in mechanics-compose lib

Test: Manually verified
Bug: 410524175
Flag: com.android.systemui.scene_container
Change-Id: I5d5fe0237005d6260dfce8dcb7faa25ef004772b
parent 345dac54
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -11,11 +11,10 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

package {
    default_applicable_licenses: ["Android-Apache-2.0"],
    default_team: "trendy_team_motion",
    default_applicable_licenses: ["Android-Apache-2.0"],
}

android_library {
@@ -28,12 +27,7 @@ android_library {
        "PlatformComposeCore",
        "PlatformComposeSceneTransitionLayout",
        "//frameworks/libs/systemui/mechanics:mechanics",
        "platform-test-annotations",
        "PlatformMotionTestingCompose",
        "androidx.compose.runtime_runtime",
        "androidx.compose.ui_ui-test-junit4",
        "testables",
        "truth",
    ],
    kotlincflags: ["-Xjvm-default=all"],
}