From ea2d2bb46c1bf14e6a2b262946c81d8e85272e33 Mon Sep 17 00:00:00 2001 From: Risan Date: Fri, 23 Feb 2018 08:12:37 +0900 Subject: [PATCH] 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 --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index 12d8b2d..a3072eb 100644 --- a/Android.bp +++ b/Android.bp @@ -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: [