From f9af1b3f24d71678b7a7d33b652d114d9164d6a1 Mon Sep 17 00:00:00 2001 From: Ben Nissan Date: Wed, 18 May 2022 21:19:08 +0000 Subject: Add apex_available for AdServices This CL enables apex availability for AdServices, which depends on this package via build targets being added in tflite-support. Test: m Bug: 228842813, 233280325 Change-Id: Iddbc6d41a2838247a603995ca460dc1b165568b6 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index f74fc34..fdc715a 100644 --- a/Android.bp +++ b/Android.bp @@ -93,6 +93,7 @@ cc_library_static { "//apex_available:platform", "com.android.extservices", "com.android.neuralnetworks", + "com.android.adservices", ], min_sdk_version: "30", } -- cgit v1.2.3