From a4b4eda084ba60649b80614610655786c7d8d18d Mon Sep 17 00:00:00 2001 From: Alexander Dorokhine Date: Fri, 18 Jun 2021 15:15:09 -0700 Subject: Allow AppSearch's icing library access to libprotobuf. Bug: 169826971 Test: Builds, AppSearch presubmit Change-Id: I707cce2f9cfcbfbcd38b3ca9f2ee78c133b1b575 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 3562bc30a..6927962bf 100644 --- a/Android.bp +++ b/Android.bp @@ -266,6 +266,7 @@ cc_library { }, apex_available: [ "//apex_available:platform", + "com.android.appsearch", "com.android.virt", ], } -- cgit v1.2.3