commit | 3acf0d21f58952a26aad8fbc45f7c87a3fc96631 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Jan 13 11:55:48 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jan 13 11:55:48 2020 +0000 |
tree | bbd326c5565324e6fdc77b2153bfa96e5a9f3c11 | |
parent | ea09e1ae0e5984cb9bc59623f080cf03497c337c [diff] | |
parent | 982befa3e6ca1bbff51699803e880be4fdf0a813 [diff] |
Merge "Set apex_available for service-appsearch"
diff --git a/apex/appsearch/service/Android.bp b/apex/appsearch/service/Android.bp index 4ebafce8..8aed5d0 100644 --- a/apex/appsearch/service/Android.bp +++ b/apex/appsearch/service/Android.bp
@@ -23,5 +23,6 @@ ], static_libs: [ "icing-java-proto-lite", - ] + ], + apex_available: [ "com.android.appsearch" ], }