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",
|
"model/ObbVolume.cpp",
|
||||||
],
|
],
|
||||||
static_libs: [
|
static_libs: [
|
||||||
|
"arc_services_aidl",
|
||||||
"libarcobbvolume",
|
"libarcobbvolume",
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
|
@ -155,6 +156,7 @@ cc_binary {
|
||||||
product_variables: {
|
product_variables: {
|
||||||
arc: {
|
arc: {
|
||||||
static_libs: [
|
static_libs: [
|
||||||
|
"arc_services_aidl",
|
||||||
"libarcobbvolume",
|
"libarcobbvolume",
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
|
|
Loading…
Reference in a new issue