Merge "Only customize AlarmService for ARC++"

This commit is contained in:
TreeHugger Robot
2019-09-05 06:38:18 +00:00
committed by Android (Google) Code Review

View File

@@ -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 {