Set apex_available for service-appsearch

This lib should only ever appear in the appsearch apex.

Bug: 147364041
Test: m
Change-Id: Ife732d96b88a5588b0d1b78b46d210ee133919c5
This commit is contained in:
Anton Hansson
2020-01-10 17:35:22 +00:00
parent 0b7ed29255
commit 982befa3e6

View File

@@ -23,5 +23,6 @@ java_library {
],
static_libs: [
"icing-java-proto-lite",
]
],
apex_available: [ "com.android.appsearch" ],
}