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

Commit 66f2e1d1 authored by Risan's avatar Risan
Browse files

Only customize AlarmService for ARC++

And not for ARCVM.

Bug: 135558634
Test: Compiled
Change-Id: I45001baddbfdeca4853f86a128d8b71d54b5f8ac
parent 7baee5c3
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -62,6 +62,17 @@ cc_library_static {
        "frameworks/native/services",
        "system/gatekeeper/include",
    ],

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

cc_defaults {