DO NOT MERGE: Remove AppSearch from Android R.

Test: presubmit
Bug: 150249538
Change-Id: I98774c8e8686b6d8fcb058ab0f1d5d4ecfa314cb
This commit is contained in:
Alexander Dorokhine
2020-02-25 17:24:36 -08:00
parent 7b285149a3
commit 75c5773187
2 changed files with 0 additions and 3 deletions

View File

@@ -50,7 +50,6 @@ PRODUCT_PACKAGES += \
cmd \
com.android.adbd \
com.android.apex.cts.shim.v1 \
com.android.appsearch \
com.android.conscrypt \
com.android.cronet \
com.android.extservices \
@@ -331,7 +330,6 @@ PRODUCT_BOOT_JARS := \
framework-telephony
PRODUCT_UPDATABLE_BOOT_JARS := \
com.android.appsearch:framework-appsearch \
com.android.conscrypt:conscrypt \
com.android.media:updatable-media \
com.android.mediaprovider:framework-mediaprovider \

View File

@@ -60,7 +60,6 @@ PRODUCT_SYSTEM_SERVER_JARS := \
# system server jars which are updated via apex modules.
# The values should be of the format <apex name>:<jar name>
PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS := \
com.android.appsearch:service-appsearch \
com.android.permission:service-permission \
com.android.wifi:wifi-service \
com.android.ipsec:android.net.ipsec.ike \