DO NOT MERGE: Revert "DO NOT MERGE: Remove AppSearch from Android R."

This reverts commit c9c7116721.

This revert is to avoid merge conflict when ag/11299431 is auto-merged
to master.

This change will again be reverted when ag/11299431 lands.

Bug: 150999716
Test: m

Change-Id: Ia0f7a0e0eb8cf6f6f4d0693de01777a8a750c769
This commit is contained in:
Jiyong Park 2020-04-29 22:34:13 +09:00
parent 1834358aa5
commit 8b39919030
1 changed files with 7 additions and 0 deletions

View File

@ -92,6 +92,13 @@ func makeApexAvailableWhitelist() map[string][]string {
//
// Module separator
//
m["com.android.appsearch"] = []string{
"icing-java-proto-lite",
"libprotobuf-java-lite",
}
//
// Module separator
//
artApexContents := []string{
"art_cmdlineparser_headers",
"art_disassembler_headers",