aboutsummaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2023-05-05 22:37:29 +0000
committerSpandan Das <spandandas@google.com>2023-05-05 22:37:29 +0000
commit6f3c4d12f69ad0cd822dcbc68dddd14e5666b0ef (patch)
tree6d8e41ce2d54c14a3d2777461586e11c81868c5c /proto
parentb3f6db8607a1c2add8c060fbaea406f8f8ebb4a6 (diff)
downloadicing-6f3c4d12f69ad0cd822dcbc68dddd14e5666b0ef.tar.gz
Make apex_available of icing-java-proto-lite explicit in Android.bp
This library is available to com.android.appsearch via the baseline apexAvailable map in build/soong/apex/apex.go. This CL makes this explicit in Android.bp Test: m nothing #passes Bug: 281077552 Change-Id: I1c96b8587341092ae09a80adea7ce8ddd47026e7
Diffstat (limited to 'proto')
-rw-r--r--proto/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/Android.bp b/proto/Android.bp
index cda0ec2..5849129 100644
--- a/proto/Android.bp
+++ b/proto/Android.bp
@@ -30,6 +30,10 @@ java_library {
},
srcs: ["icing/proto/*.proto"],
sdk_version: "core_current",
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.appsearch",
+ ],
}
cc_library_static {