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

Commit ee7ee8f7 authored by Ryo Hashimoto's avatar Ryo Hashimoto
Browse files

Remove libarctimer dependencies

This is no longer used.

Bug: 182446785
Test: build
Change-Id: I6fa50cd59812dfb993f436c31ac7ca7d882f18fc
parent 0e414a78
Loading
Loading
Loading
Loading
+3 −14
Original line number Diff line number Diff line
@@ -28,17 +28,6 @@ cc_library_shared {
        "liblog",
        "libbase",
    ],

    product_variables: {
        arc: {
            exclude_srcs: [
                "com_android_server_alarm_AlarmManagerService.cpp",
            ],
            srcs: [
                ":arctimersrcs",
            ],
        }
    },
}

filegroup {
+0 −1
Original line number Diff line number Diff line
@@ -188,7 +188,6 @@ cc_defaults {
            shared_libs: [
                "libarcbridge",
                "libarcbridgeservice",
                "libarctimer",
                "libbase",
                "libcap",
                "libchrome",