Merge "Remove libarctimer dependencies" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-17 02:45:50 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 15 deletions

View File

@@ -24,21 +24,10 @@ cc_library_shared {
],
shared_libs: [
"libnativehelper",
"liblog",
"libbase",
"libnativehelper",
"liblog",
"libbase",
],
product_variables: {
arc: {
exclude_srcs: [
"com_android_server_alarm_AlarmManagerService.cpp",
],
srcs: [
":arctimersrcs",
],
}
},
}
filegroup {

View File

@@ -190,7 +190,6 @@ cc_defaults {
shared_libs: [
"libarcbridge",
"libarcbridgeservice",
"libarctimer",
"libbase",
"libcap",
"libchrome",