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

Commit f260e3d5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Only customize AlarmService for ARC++"

parents 6c15d2e5 66f2e1d1
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 {