Remove libarctimer dependencies

This is no longer used.

Bug: 182446785
Test: build
Change-Id: I6fa50cd59812dfb993f436c31ac7ca7d882f18fc
This commit is contained in:
Ryo Hashimoto
2021-03-22 19:13:55 +09:00
parent 0e414a7878
commit ee7ee8f7aa
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

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