Merge "Only customize AlarmService for ARC++"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f260e3d56e
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user