From fe87f37c2f9de27cf11b275bdeec2bcffe946616 Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Fri, 15 Jul 2022 17:34:21 -0400 Subject: Add adservices in apex_availble. We need to build adservices with mdd in static_libs and it requires protobuf add adservices to apex_availble property. Bug: 239230416 Test: mma Change-Id: I6b7175638bc42c07a92a32b0742747ba7689f7bc --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 577391237..dcbb576b5 100644 --- a/Android.bp +++ b/Android.bp @@ -623,6 +623,7 @@ java_library_static { "com.android.car.framework", "com.android.uwb", "com.android.cellbroadcast", + "com.android.adservices", ], } -- cgit v1.2.3