Add ArcService AIDL in Vold
This is needed to allow ARC++ Vold to interact with ArcBridgeService through SystemServer. Bug: 64500663 Test: Compiled, tested on device + cts in master-arc-dev (ag/3488659) Change-Id: I3b05b0f456ec99be9163877a2d83cdbf2bb94991
This commit is contained in:
parent
38723f23ff
commit
ea2d2bb46c
1 changed files with 2 additions and 0 deletions
|
@ -134,6 +134,7 @@ cc_library_static {
|
|||
"model/ObbVolume.cpp",
|
||||
],
|
||||
static_libs: [
|
||||
"arc_services_aidl",
|
||||
"libarcobbvolume",
|
||||
],
|
||||
shared_libs: [
|
||||
|
@ -155,6 +156,7 @@ cc_binary {
|
|||
product_variables: {
|
||||
arc: {
|
||||
static_libs: [
|
||||
"arc_services_aidl",
|
||||
"libarcobbvolume",
|
||||
],
|
||||
shared_libs: [
|
||||
|
|
Loading…
Reference in a new issue