From 9f463d4f65db50d1b6e56203de90d52d5ec3b977 Mon Sep 17 00:00:00 2001 From: Alexander Dorokhine Date: Fri, 18 Jun 2021 15:13:35 -0700 Subject: Allow AppSearch's icing library access to libutf. Bug: 169826971 Test: Builds, AppSearch presubmit Change-Id: I294c3d0bb6df7614f9f281db6462f7af572746c0 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index e0288bf..837c0fe 100644 --- a/Android.bp +++ b/Android.bp @@ -70,6 +70,7 @@ cc_library_static { apex_available: [ "//apex_available:platform", + "com.android.appsearch", "com.android.extservices", ], } -- cgit v1.2.3